Searched refs:PF_VLAN (Results 1 – 5 of 5) sorted by relevance
505 *protocol_family = PF_VLAN; in ether_demux()522 *protocol_family = PF_VLAN; in ether_demux()
1099 err = dlil_output(p, PF_VLAN, m, NULL, NULL, in vlan_output()2056 error = ifnet_attach_protocol_v2(ifp, PF_VLAN, ®); in vlan_attach_protocol()2075 error = ifnet_detach_protocol(ifp, PF_VLAN); in vlan_detach_protocol()
1023 case PF_VLAN: in dlil_input_packet_list_common()
1226 case PF_VLAN: in proto_hash_value()
554 #define PF_VLAN ((uint32_t)0x766c616e) /* 'vlan' */ macro