Home
last modified time | relevance | path

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

/xnu-8796.121.2/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.c1465 struct ifnet_interface_advisory if_adv; in feth_if_adv()
/xnu-8796.121.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-8796.121.2/bsd/skywalk/channel/
H A Dos_channel.h518 struct ifnet_interface_advisory *advisory);
/xnu-8796.121.2/bsd/skywalk/nexus/netif/
H A Dnx_netif.c156 const struct ifnet_interface_advisory *);
3282 const struct ifnet_interface_advisory *advisory)
3311 const struct ifnet_interface_advisory *advisory)
3313 _CASSERT(offsetof(struct ifnet_interface_advisory, version) ==
3314 offsetof(struct ifnet_interface_advisory, header.version));
3315 _CASSERT(offsetof(struct ifnet_interface_advisory, direction) ==
3316 offsetof(struct ifnet_interface_advisory, header.direction));
3317 _CASSERT(offsetof(struct ifnet_interface_advisory, _reserved) ==
3318 offsetof(struct ifnet_interface_advisory, header.interface_type));
/xnu-8796.121.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-8796.121.2/libsyscall/wrappers/skywalk/
H A Dos_channel.c2174 struct ifnet_interface_advisory *advisory) in os_channel_get_interface_advisory()