Home
last modified time | relevance | path

Searched refs:ifnet_interface_advisory (Results 1 – 9 of 9) sorted by relevance

/xnu-8792.81.2/bsd/net/
H A Dif_var.h241 struct ifnet_interface_advisory;
H A Dif_var_status.h463 struct ifnet_interface_advisory { struct
H A Dkpi_interface.h46 struct ifnet_interface_advisory;
H A Dif_fake.c1466 struct ifnet_interface_advisory if_adv; in feth_if_adv()
/xnu-8792.81.2/bsd/skywalk/nexus/
H A Dos_nexus.h41 struct ifnet_interface_advisory;
730 void *kern_context, const struct ifnet_interface_advisory *adv_info);
/xnu-8792.81.2/bsd/skywalk/channel/
H A Dos_channel.h518 struct ifnet_interface_advisory *advisory);
/xnu-8792.81.2/bsd/skywalk/nexus/netif/
H A Dnx_netif.c156 const struct ifnet_interface_advisory *);
3289 const struct ifnet_interface_advisory *advisory)
3318 const struct ifnet_interface_advisory *advisory)
3320 _CASSERT(offsetof(struct ifnet_interface_advisory, version) ==
3321 offsetof(struct ifnet_interface_advisory, header.version));
3322 _CASSERT(offsetof(struct ifnet_interface_advisory, direction) ==
3323 offsetof(struct ifnet_interface_advisory, header.direction));
3324 _CASSERT(offsetof(struct ifnet_interface_advisory, _reserved) ==
3325 offsetof(struct ifnet_interface_advisory, header.interface_type));
/xnu-8792.81.2/bsd/skywalk/
H A Dos_stats_private.h1163 #define NX_INTF_ADV_SIZE (sizeof(uint64_t) + sizeof(struct ifnet_interface_advisory))
1191 struct ifnet_interface_advisory adv;
/xnu-8792.81.2/libsyscall/wrappers/skywalk/
H A Dos_channel.c2174 struct ifnet_interface_advisory *advisory) in os_channel_get_interface_advisory()