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

/xnu-2782.1.97/bsd/net/
H A Dether_if_module.c391 *protocol_family = PF_VLAN;
403 *protocol_family = PF_VLAN;
H A Dif_vlan.c1206 err = dlil_output(p, PF_VLAN, m, NULL, NULL, 1, &adv);
2106 * The demux here isn't used. The demux will return PF_VLAN for the
2119 error = ifnet_attach_protocol(ifp, PF_VLAN, &reg);
2137 error = ifnet_detach_protocol(ifp, PF_VLAN);
H A Ddlil.c760 case PF_VLAN:
6105 * if_proto_hash[0-2] are for PF_INET, PF_INET6 and PF_VLAN, where
6106 * each bucket contains exactly one entry; PF_VLAN does not need an
/xnu-2782.1.97/bsd/sys/
H A Dsocket.h559 #define PF_VLAN ((uint32_t)0x766c616e) /* 'vlan' */ macro

Completed in 44 milliseconds