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

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

Completed in 32 milliseconds