HomeSort by: relevance | last modified time | path
    Searched refs:ETH_P_8021Q (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/nsd/dist/
xdp-dns-redirect_kern.c 69 if (*eth_proto == __bpf_htons(ETH_P_8021Q) ||
77 if (*eth_proto == __bpf_htons(ETH_P_8021Q) ||
  /src/external/bsd/wpa/dist/src/utils/
common.h 363 #ifndef ETH_P_8021Q
364 #define ETH_P_8021Q 0x8100
365 #endif /* ETH_P_8021Q */
  /src/external/bsd/wpa/dist/src/l2_packet/
l2_packet_freebsd.c 106 ethhdr->h_proto == htons(ETH_P_8021Q)) {
  /src/external/bsd/libpcap/dist/
pcap-linux.c 305 # define VLAN_TPID(hdr, hv) (((hv)->tp_vlan_tpid || ((hdr)->tp_status & TP_STATUS_VLAN_TPID_VALID)) ? (hv)->tp_vlan_tpid : ETH_P_8021Q)
307 # define VLAN_TPID(hdr, hv) ETH_P_8021Q

Completed in 23 milliseconds