Home
last modified time | relevance | path

Searched refs:PF_VLAN (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.141.1/bsd/net/
H A Dether_if_module.c403 *protocol_family = PF_VLAN; in ether_demux()
415 *protocol_family = PF_VLAN; in ether_demux()
H A Dif_vlan.c1168 err = dlil_output(p, PF_VLAN, m, NULL, NULL, 1, &adv); in vlan_output()
2114 error = ifnet_attach_protocol(ifp, PF_VLAN, &reg); in vlan_attach_protocol()
2132 error = ifnet_detach_protocol(ifp, PF_VLAN); in vlan_detach_protocol()
H A Ddlil.c1893 case PF_VLAN: in proto_hash_value()
6562 if (protocol_family != PF_VLAN && in dlil_input_packet_list_common()
/xnu-10063.141.1/bsd/sys/
H A Dsocket.h749 #define PF_VLAN ((uint32_t)0x766c616e) /* 'vlan' */ macro