Searched defs:ifconfig_option (Results 1 – 2 of 2) sorted by relevance
73 struct ifconfig_option { struct74 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 …]
237 struct ifconfig_option { struct238 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 …]