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

成员变量

int option
 
char iface [IFNAMSIZ]
 
unsigned int ipaddr
 
unsigned char ethaddr [6]
 
sys_sem_t cb_completed
 
char cb_print_buf [PRINT_BUF_LEN]
 
int print_buf_len
 

详细描述

在文件 api_shell.c1152 行定义.

结构体成员变量说明

◆ cb_completed

sys_sem_t arp_option::cb_completed

在文件 api_shell.c1164 行定义.

◆ cb_print_buf

char arp_option::cb_print_buf[PRINT_BUF_LEN]

在文件 api_shell.c1165 行定义.

◆ ethaddr

unsigned char arp_option::ethaddr[6]

在文件 api_shell.c1160 行定义.

◆ iface

char arp_option::iface[IFNAMSIZ]

在文件 api_shell.c1156 行定义.

◆ ipaddr

unsigned int arp_option::ipaddr

在文件 api_shell.c1158 行定义.

◆ option

int arp_option::option

在文件 api_shell.c1154 行定义.

◆ print_buf_len

int arp_option::print_buf_len

在文件 api_shell.c1166 行定义.


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