Searched refs:h_proto (Results 1 - 25 of 46) sorted by relevance

12

/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
H A Dl2_packet.h41 be16 h_proto; member in struct:l2_ethhdr
H A Dl2_packet_freebsd.c67 eth->h_proto = htons(proto);
H A Dl2_packet_pcap.c106 eth->h_proto = htons(proto);
H A Dl2_packet_winpcap.c97 eth->h_proto = htons(proto);
/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet.h35 be16 h_proto; member in struct:l2_ethhdr
H A Dl2_packet_freebsd.c65 eth->h_proto = htons(proto);
H A Dl2_packet_pcap.c100 eth->h_proto = htons(proto);
H A Dl2_packet_winpcap.c91 eth->h_proto = htons(proto);
/external/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet.h35 be16 h_proto; member in struct:l2_ethhdr
H A Dl2_packet_freebsd.c65 eth->h_proto = htons(proto);
H A Dl2_packet_pcap.c100 eth->h_proto = htons(proto);
H A Dl2_packet_winpcap.c91 eth->h_proto = htons(proto);
/external/wpa_supplicant_8/wpa_supplicant/src/l2_packet/
H A Dl2_packet.h35 be16 h_proto; member in struct:l2_ethhdr
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_pan_internal.h61 short h_proto; member in struct:eth_hdr
/external/iproute2/include/linux/
H A Dif_ether.h121 __be16 h_proto; /* packet type ID field */ member in struct:ethhdr
/external/kernel-headers/original/linux/
H A Dif_ether.h121 __be16 h_proto; /* packet type ID field */ member in struct:ethhdr
/external/ppp/pppd/plugins/rp-pppoe/
H A Dpppoe.h84 #define h_proto ether_type macro
100 #define h_proto ether_type macro
H A Ddiscovery.c262 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
432 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
H A Dcommon.c412 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_pan.c400 eth_hdr.h_proto = htons(proto);
484 if(ntohs(hdr->h_proto) == ETH_P_IP || ntohs(hdr->h_proto) == ETH_P_ARP)
486 BTIF_TRACE_DEBUG1("unknown proto:%x", ntohs(hdr->h_proto));
504 ntohs(eth_hdr->h_proto), (UINT8*)packet, size, 0);
/external/qemu/slirp/
H A Dslirp.c577 unsigned short h_proto; /* packet type ID field */ member in struct:ethhdr
626 reh->h_proto = htons(ETH_P_ARP);
709 reh->h_proto = htons(ETH_P_ARP);
731 eh->h_proto = htons(ETH_P_IP);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dpreauth_auth.c256 ethhdr->h_proto = host_to_be16(ETH_P_PREAUTH);
/external/wpa_supplicant_8/src/ap/
H A Dpreauth_auth.c256 ethhdr->h_proto = host_to_be16(ETH_P_PREAUTH);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dpreauth_auth.c256 ethhdr->h_proto = host_to_be16(ETH_P_PREAUTH);
/external/qemu/slirp-android/
H A Dslirp.c666 unsigned short h_proto; /* packet type ID field */ member in struct:ethhdr
719 reh->h_proto = htons(ETH_P_ARP);
802 reh->h_proto = htons(ETH_P_ARP);
824 eh->h_proto = htons(ETH_P_IP);

Completed in 851 milliseconds

12