Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dether_if_module.c505 *protocol_family = PF_VLAN; in ether_demux()
522 *protocol_family = PF_VLAN; in ether_demux()
H A Dif_vlan.c1099 err = dlil_output(p, PF_VLAN, m, NULL, NULL, in vlan_output()
2056 error = ifnet_attach_protocol_v2(ifp, PF_VLAN, &reg); in vlan_attach_protocol()
2075 error = ifnet_detach_protocol(ifp, PF_VLAN); in vlan_detach_protocol()
H A Ddlil_input.c1023 case PF_VLAN: in dlil_input_packet_list_common()
H A Ddlil.c1226 case PF_VLAN: in proto_hash_value()
/xnu-12377.41.6/bsd/sys/
H A Dsocket.h554 #define PF_VLAN ((uint32_t)0x766c616e) /* 'vlan' */ macro