Home
last modified time | relevance | path

Searched refs:eth_hdr (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay.c2878 struct ieee8023_hdr *eth_hdr; in ieee802_1x_kay_mkpdu_sanity_check() local
2888 eth_hdr = (struct ieee8023_hdr *) buf; in ieee802_1x_kay_mkpdu_sanity_check()
2889 eapol_hdr = (struct ieee802_1x_hdr *) (eth_hdr + 1); in ieee802_1x_kay_mkpdu_sanity_check()
2893 if (os_memcmp(eth_hdr->dest, pae_group_addr, ETH_ALEN) != 0) { in ieee802_1x_kay_mkpdu_sanity_check()
3084 struct ieee8023_hdr *eth_hdr; in kay_l2_receive() local
3088 if (len < sizeof(*eth_hdr) + sizeof(*eapol_hdr)) { in kay_l2_receive()
3094 eth_hdr = (struct ieee8023_hdr *) buf; in kay_l2_receive()
3095 eapol_hdr = (struct ieee802_1x_hdr *) (eth_hdr + 1); in kay_l2_receive()
3096 if (len != sizeof(*eth_hdr) + sizeof(*eapol_hdr) + in kay_l2_receive()
3109 if (ntohs(eth_hdr->ethertype) != ETH_P_PAE || in kay_l2_receive()
/external/tcpdump/
Dnetdissect.h629 extern void geonet_print(netdissect_options *ndo,const u_char *eth_hdr,const u_char *geo_pck, u_int…
630 extern void calm_fast_print(netdissect_options *ndo,const u_char *eth_hdr,const u_char *calm_pck, u…