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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dndisc_snoop.c106 if (len < ETH_HLEN + sizeof(struct ip6_hdr) + sizeof(struct icmp6_hdr))
108 msg = (struct icmpv6_ndmsg *) &buf[ETH_HLEN];
111 if (len < ETH_HLEN + sizeof(*msg))
119 if (len < ETH_HLEN + sizeof(*msg) + ETH_ALEN)
H A Ddhcp_snoop.c68 exten_len = len - ETH_HLEN - (sizeof(*b) - sizeof(b->exten));
72 b = (const struct bootp_pkt *) &buf[ETH_HLEN];
74 if (tot_len > (unsigned int) (len - ETH_HLEN))
/external/wpa_supplicant_8/src/ap/
H A Dndisc_snoop.c106 if (len < ETH_HLEN + sizeof(struct ip6_hdr) + sizeof(struct icmp6_hdr))
108 msg = (struct icmpv6_ndmsg *) &buf[ETH_HLEN];
111 if (len < ETH_HLEN + sizeof(*msg))
119 if (len < ETH_HLEN + sizeof(*msg) + ETH_ALEN)
H A Ddhcp_snoop.c68 exten_len = len - ETH_HLEN - (sizeof(*b) - sizeof(b->exten));
72 b = (const struct bootp_pkt *) &buf[ETH_HLEN];
74 if (tot_len > (unsigned int) (len - ETH_HLEN))
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dndisc_snoop.c106 if (len < ETH_HLEN + sizeof(struct ip6_hdr) + sizeof(struct icmp6_hdr))
108 msg = (struct icmpv6_ndmsg *) &buf[ETH_HLEN];
111 if (len < ETH_HLEN + sizeof(*msg))
119 if (len < ETH_HLEN + sizeof(*msg) + ETH_ALEN)
H A Ddhcp_snoop.c68 exten_len = len - ETH_HLEN - (sizeof(*b) - sizeof(b->exten));
72 b = (const struct bootp_pkt *) &buf[ETH_HLEN];
74 if (tot_len > (unsigned int) (len - ETH_HLEN))
/external/libnl/include/linux/
H A Dif_ether.h30 #define ETH_HLEN 14 /* Total octets in header. */ macro
/external/libpcap/
H A Dpcap-dos.h24 #define ETH_HLEN (2*ETH_ALEN+2) /* Ether header length */ macro
27 #define ETH_MAX (ETH_MTU+ETH_HLEN)
/external/iproute2/include/linux/
H A Dif_ether.h32 #define ETH_HLEN 14 /* Total octets in header. */ macro
/external/kernel-headers/original/uapi/linux/
H A Dif_ether.h32 #define ETH_HLEN 14 /* Total octets in header. */ macro
/external/dhcpcd/
H A Dlpf.c42 # define BPF_ETHCOOK -ETH_HLEN
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h333 #ifndef ETH_HLEN
334 #define ETH_HLEN 14 macro
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h333 #ifndef ETH_HLEN
334 #define ETH_HLEN 14 macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h333 #ifndef ETH_HLEN
334 #define ETH_HLEN 14 macro
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c1681 if (len & 1 || len < ETH_HLEN * 2)
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c7498 if (len & 1 || len < ETH_HLEN * 2)

Completed in 301 milliseconds