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

12

/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
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/bluetooth/bluedroid/btif/include/
H A Dbtif_pan_internal.h61 short h_proto; member in struct:eth_hdr
/external/libnl/include/linux/
H A Dif_ether.h103 unsigned short h_proto; /* packet type ID field */ member in struct:ethhdr
/external/iproute2/include/linux/
H A Dif_ether.h130 __be16 h_proto; /* packet type ID field */ member in struct:ethhdr
/external/kernel-headers/original/uapi/linux/
H A Dif_ether.h137 __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.c453 eth_hdr.h_proto = htons(proto);
545 uint16_t proto = ntohs(hdr->h_proto);
562 int result = PAN_WriteBuf(handle, eth_hdr->h_dest, eth_hdr->h_src, ntohs(eth_hdr->h_proto), hdr, 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 217 milliseconds

12