Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dif_var.h247 struct ifnet_interface_advisory;
H A Dif_var_status.h494 struct ifnet_interface_advisory { struct
H A Dkpi_interface.h46 struct ifnet_interface_advisory;
H A Dif_fake.c1843 struct ifnet_interface_advisory if_adv; in feth_if_adv()
/xnu-12377.81.4/bsd/skywalk/nexus/
H A Dos_nexus.h41 struct ifnet_interface_advisory;
727 void *kern_context, const struct ifnet_interface_advisory *adv_info);
/xnu-12377.81.4/bsd/skywalk/channel/
H A Dos_channel.h529 struct ifnet_interface_advisory *advisory);
/xnu-12377.81.4/bsd/skywalk/nexus/netif/
H A Dnx_netif.c159 const struct ifnet_interface_advisory *);
3406 const struct ifnet_interface_advisory *advisory)
3444 const struct ifnet_interface_advisory *advisory)
3446 …static_assert(offsetof(struct ifnet_interface_advisory, version) == offsetof(struct ifnet_interfac…
3447 …static_assert(offsetof(struct ifnet_interface_advisory, direction) == offsetof(struct ifnet_interf…
3448 …static_assert(offsetof(struct ifnet_interface_advisory, _reserved) == offsetof(struct ifnet_interf…
/xnu-12377.81.4/bsd/skywalk/
H A Dos_stats_private.h1195 #define NX_INTF_ADV_SIZE (sizeof(uint64_t) + sizeof(struct ifnet_interface_advisory))
1223 struct ifnet_interface_advisory adv;
/xnu-12377.81.4/libsyscall/wrappers/skywalk/
H A Dos_channel.c2196 struct ifnet_interface_advisory *advisory) in os_channel_get_interface_advisory()
/xnu-12377.81.4/tests/skywalk/
H A Dskywalk_test_common.c2498 struct ifnet_interface_advisory ifadv; in skt_process_if_adv()