typedef struct Netif
{
socket **sock
int fd;
netif *netifs;
xxxx
ip_v4_data;
…..
}
ipnet_if_indextonetif函数 和ipnet_if_nametonetif函数
最新推荐文章于 2021-12-27 23:05:45 发布
typedef struct Netif
{
socket **sock
int fd;
netif *netifs;
xxxx
ip_v4_data;
…..
}