更新日期: 2022/06/01 来源: https://gitee.com/weharmony/kernel_liteos_a_note
ifconfig_option结构体 参考

成员变量

char iface [IFNAMSIZ]
 
unsigned int option
 
ip_addr_t ip_addr
 
ip_addr_t netmask
 
ip_addr_t gw
 
unsigned char ethaddr [6]
 
u16_t mtu
 
sys_sem_t cb_completed
 
char cb_print_buf [PRINT_BUF_LEN]
 
unsigned int print_len
 

详细描述

在文件 api_shell.c237 行定义.

结构体成员变量说明

◆ cb_completed

sys_sem_t ifconfig_option::cb_completed

在文件 api_shell.c248 行定义.

◆ cb_print_buf

char ifconfig_option::cb_print_buf[PRINT_BUF_LEN]

在文件 api_shell.c249 行定义.

◆ ethaddr

unsigned char ifconfig_option::ethaddr[6]

在文件 api_shell.c243 行定义.

◆ gw

ip_addr_t ifconfig_option::gw

在文件 api_shell.c242 行定义.

◆ iface

char ifconfig_option::iface[IFNAMSIZ]

在文件 api_shell.c238 行定义.

◆ ip_addr

ip_addr_t ifconfig_option::ip_addr

在文件 api_shell.c240 行定义.

◆ mtu

u16_t ifconfig_option::mtu

在文件 api_shell.c244 行定义.

◆ netmask

ip_addr_t ifconfig_option::netmask

在文件 api_shell.c241 行定义.

◆ option

unsigned int ifconfig_option::option

在文件 api_shell.c239 行定义.

◆ print_len

unsigned int ifconfig_option::print_len

在文件 api_shell.c250 行定义.


该结构体的文档由以下文件生成: