Searched refs:ifnet_type (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_vlan.c1218 switch (ifnet_type(p)) {
1241 ifnet_type(p));
1778 if (ifnet_type(ifp) != IFT_L2VLAN) {
1887 if (ifnet_type(p) != IFT_ETHER
1888 && ifnet_type(p) != IFT_IEEE8023ADLAG) {
H A Dkpi_interface.h1943 @function ifnet_type
1947 extern u_int8_t ifnet_type(ifnet_t interface);
H A Dif_bond.c1248 if (ifb == NULL || ifnet_type(ifp) != IFT_IEEE8023ADLAG) {
2707 if (ifnet_type(ifp) != IFT_IEEE8023ADLAG) {
2808 if (ifnet_type(port_ifp) != IFT_ETHER) {
H A Dkpi_interface.c924 ifnet_type(ifnet_t interface) function

Completed in 89 milliseconds