Home
last modified time | relevance | path

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

/xnu-10063.141.1/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-10063.141.1/bsd/skywalk/nexus/ !
H A Dos_nexus.h41 struct ifnet_interface_advisory;
730 void *kern_context, const struct ifnet_interface_advisory *adv_info);
/xnu-10063.141.1/bsd/skywalk/channel/ !
H A Dos_channel.h532 struct ifnet_interface_advisory *advisory);
/xnu-10063.141.1/bsd/skywalk/nexus/netif/ !
H A Dnx_netif.c158 const struct ifnet_interface_advisory *);
3336 const struct ifnet_interface_advisory *advisory)
3373 const struct ifnet_interface_advisory *advisory)
3375 _CASSERT(offsetof(struct ifnet_interface_advisory, version) ==
3376 offsetof(struct ifnet_interface_advisory, header.version));
3377 _CASSERT(offsetof(struct ifnet_interface_advisory, direction) ==
3378 offsetof(struct ifnet_interface_advisory, header.direction));
3379 _CASSERT(offsetof(struct ifnet_interface_advisory, _reserved) ==
3380 offsetof(struct ifnet_interface_advisory, header.interface_type));
/xnu-10063.141.1/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-10063.141.1/libsyscall/wrappers/skywalk/ !
H A Dos_channel.c2257 struct ifnet_interface_advisory *advisory) in os_channel_get_interface_advisory()