Home
last modified time | relevance | path

Searched defs:ifconfig_option (Results 1 – 2 of 2) sorted by relevance

/kernel/liteos_m/components/net/lwip-2.1/porting/src/
Dapi_shell.c73 struct ifconfig_option { struct
74 char iface[IFNAMSIZ];
75 unsigned int option;
76 ip_addr_t ip_addr;
77 ip_addr_t netmask;
78 ip_addr_t gw;
79 unsigned char ethaddr[6];
80 u16_t mtu;
84 sys_sem_t cb_completed;
85 char cb_print_buf[PRINT_BUF_LEN];
[all …]
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
Dapi_shell.c237 struct ifconfig_option { struct
238 char iface[IFNAMSIZ];
239 unsigned int option;
240 ip_addr_t ip_addr;
241 ip_addr_t netmask;
242 ip_addr_t gw;
243 unsigned char ethaddr[6];
244 u16_t mtu;
248 sys_sem_t cb_completed;
249 char cb_print_buf[PRINT_BUF_LEN];
[all …]