Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dif_var.h249 struct ifnet_interface_advisory;
H A Dif_var_status.h493 struct ifnet_interface_advisory { struct
H A Dkpi_interface.h46 struct ifnet_interface_advisory;
H A Dif_fake.c1821 struct ifnet_interface_advisory if_adv; in feth_if_adv()
/xnu-11215.81.4/bsd/skywalk/nexus/
H A Dos_nexus.h41 struct ifnet_interface_advisory;
731 void *kern_context, const struct ifnet_interface_advisory *adv_info);
/xnu-11215.81.4/bsd/skywalk/channel/
H A Dos_channel.h532 struct ifnet_interface_advisory *advisory);
/xnu-11215.81.4/bsd/skywalk/nexus/netif/
H A Dnx_netif.c158 const struct ifnet_interface_advisory *);
3340 const struct ifnet_interface_advisory *advisory)
3378 const struct ifnet_interface_advisory *advisory)
3380 _CASSERT(offsetof(struct ifnet_interface_advisory, version) ==
3381 offsetof(struct ifnet_interface_advisory, header.version));
3382 _CASSERT(offsetof(struct ifnet_interface_advisory, direction) ==
3383 offsetof(struct ifnet_interface_advisory, header.direction));
3384 _CASSERT(offsetof(struct ifnet_interface_advisory, _reserved) ==
3385 offsetof(struct ifnet_interface_advisory, header.interface_type));
/xnu-11215.81.4/bsd/skywalk/
H A Dos_stats_private.h1182 #define NX_INTF_ADV_SIZE (sizeof(uint64_t) + sizeof(struct ifnet_interface_advisory))
1210 struct ifnet_interface_advisory adv;
/xnu-11215.81.4/libsyscall/wrappers/skywalk/
H A Dos_channel.c2257 struct ifnet_interface_advisory *advisory) in os_channel_get_interface_advisory()
/xnu-11215.81.4/tests/skywalk/
H A Dskywalk_test_common.c2550 struct ifnet_interface_advisory ifadv; in skt_process_if_adv()