Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dif_var.h249 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.c1657 struct ifnet_interface_advisory if_adv; in feth_if_adv()
/xnu-10002.1.13/bsd/skywalk/nexus/
H A Dos_nexus.h41 struct ifnet_interface_advisory;
730 void *kern_context, const struct ifnet_interface_advisory *adv_info);
/xnu-10002.1.13/bsd/skywalk/channel/
H A Dos_channel.h532 struct ifnet_interface_advisory *advisory);
/xnu-10002.1.13/bsd/skywalk/nexus/netif/
H A Dnx_netif.c158 const struct ifnet_interface_advisory *);
3327 const struct ifnet_interface_advisory *advisory)
3364 const struct ifnet_interface_advisory *advisory)
3366 _CASSERT(offsetof(struct ifnet_interface_advisory, version) ==
3367 offsetof(struct ifnet_interface_advisory, header.version));
3368 _CASSERT(offsetof(struct ifnet_interface_advisory, direction) ==
3369 offsetof(struct ifnet_interface_advisory, header.direction));
3370 _CASSERT(offsetof(struct ifnet_interface_advisory, _reserved) ==
3371 offsetof(struct ifnet_interface_advisory, header.interface_type));
/xnu-10002.1.13/bsd/skywalk/
H A Dos_stats_private.h1175 #define NX_INTF_ADV_SIZE (sizeof(uint64_t) + sizeof(struct ifnet_interface_advisory))
1203 struct ifnet_interface_advisory adv;
/xnu-10002.1.13/libsyscall/wrappers/skywalk/
H A Dos_channel.c2257 struct ifnet_interface_advisory *advisory) in os_channel_get_interface_advisory()