Searched refs:ETH_HLEN (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dif_ether.h38 #define ETH_HLEN ETHER_HDR_LEN /* Total octets in header. */ macro
/freebsd-11-stable/contrib/wpa/src/ap/
H A Ddhcp_snoop.c44 exten_len = len - ETH_HLEN - (sizeof(*b) - sizeof(b->exten));
48 b = (const struct bootp_pkt *) &buf[ETH_HLEN];
50 if (tot_len > (unsigned int) (len - ETH_HLEN))
H A Dndisc_snoop.c107 if (len < ETH_HLEN + sizeof(struct ip6_hdr) + sizeof(struct icmp6_hdr))
109 msg = (struct icmpv6_ndmsg *) &buf[ETH_HLEN];
112 if (len < ETH_HLEN + sizeof(*msg))
124 if (len < ETH_HLEN + sizeof(*msg) + ETH_ALEN)
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-dos.h22 #define ETH_HLEN (2*ETH_ALEN+2) /* Ether header length */ macro
25 #define ETH_MAX (ETH_MTU+ETH_HLEN)
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_tcp_ip.h38 #define ETH_HLEN 14 /* Total octets in header. */ macro
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dcommon.h317 #ifndef ETH_HLEN
318 #define ETH_HLEN 14 macro
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h462 #define ETH_HLEN 14 macro
463 #define ETH_OVERHEAD (ETH_HLEN + 8 + 8)
H A Dbxe.c4524 int mtu_min = (ETH_MIN_PACKET_SIZE - ETH_HLEN);
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_rx.c344 int eff_mtu = dev->if_mtu + ETH_HLEN + VLAN_HLEN + ETH_FCS_LEN +
H A Dmlx4_en_netdev.c2320 priv->rx_mb_size = dev->if_mtu + ETH_HLEN + VLAN_HLEN + ETH_FCS_LEN;
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_port.c1309 ETH_HLEN + VLAN_HLEN + ETH_FCS_LEN);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c3156 len = ETH_HLEN + payload_len;
3166 if (payload_len && hexstr2bin(pos, buf + ETH_HLEN, payload_len) < 0)
9064 if (len & 1 || len < ETH_HLEN * 2)
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dctrl_iface.c2003 if (len & 1 || len < ETH_HLEN * 2)

Completed in 390 milliseconds