Searched refs:PF_VLAN (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dether_if_module.c412 *protocol_family = PF_VLAN;
425 *protocol_family = PF_VLAN;
H A Dkpi_protocol.c94 case PF_VLAN:
H A Dif_vlan.c1173 err = dlil_output(p, PF_VLAN, m, NULL, NULL, 1, &adv);
2084 * The demux here isn't used. The demux will return PF_VLAN for the
2097 error = ifnet_attach_protocol(ifp, PF_VLAN, &reg);
2115 error = ifnet_detach_protocol(ifp, PF_VLAN);
H A Ddlil.c608 case PF_VLAN:
5463 * and PF_VLAN, where each bucket contains exactly one entry;
5464 * PF_VLAN does not need an explicit unplumb.
/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h565 #define PF_VLAN ((uint32_t)0x766c616e) /* 'vlan' */ macro

Completed in 126 milliseconds