Searched refs:PF_VLAN (Results 1 – 4 of 4) sorted by relevance
403 *protocol_family = PF_VLAN; in ether_demux()415 *protocol_family = PF_VLAN; in ether_demux()
1168 err = dlil_output(p, PF_VLAN, m, NULL, NULL, 1, &adv); in vlan_output()2114 error = ifnet_attach_protocol(ifp, PF_VLAN, ®); in vlan_attach_protocol()2132 error = ifnet_detach_protocol(ifp, PF_VLAN); in vlan_detach_protocol()
1893 case PF_VLAN: in proto_hash_value()6562 if (protocol_family != PF_VLAN && in dlil_input_packet_list_common()
749 #define PF_VLAN ((uint32_t)0x766c616e) /* 'vlan' */ macro