RTEMS CPU Kit with SuperCore
Variables
main_ifconfig.c File Reference
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <errno.h>
#include <netinet/in.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <net/if.h>
#include <rtems.h>
#include <rtems/rtems_bsdnet.h>
#include <rtems/shell.h>
#include "internal.h"
Include dependency graph for main_ifconfig.c:

Variables

rtems_shell_cmd_t rtems_shell_IFCONFIG_Command
 

Variable Documentation

◆ rtems_shell_IFCONFIG_Command

rtems_shell_cmd_t rtems_shell_IFCONFIG_Command
Initial value:
= {
"ifconfig",
IFCONFIG_USAGE,
"network",
rtems_shell_main_ifconfig,
NULL,
NULL
}