OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:h_proto
(Results
51 - 69
of
69
) sorted by null
1
2
3
/external/kernel-headers/original/linux/
if_ether.h
121
__be16
h_proto
; /* packet type ID field */
member in struct:ethhdr
/external/wpa_supplicant_8/src/ap/
preauth_auth.c
256
ethhdr->
h_proto
= host_to_be16(ETH_P_PREAUTH);
wpa_auth_glue.c
417
buf->
h_proto
= host_to_be16(proto);
/external/wpa_supplicant_8/src/l2_packet/
l2_packet.h
35
be16
h_proto
;
member in struct:l2_ethhdr
l2_packet_freebsd.c
65
eth->
h_proto
= htons(proto);
l2_packet_pcap.c
100
eth->
h_proto
= htons(proto);
l2_packet_winpcap.c
91
eth->
h_proto
= htons(proto);
l2_packet_ndis.c
123
eth->
h_proto
= htons(proto);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_ether.h
109
__be16
h_proto
; /* packet type ID field */
member in struct:ethhdr
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_ether.h
109
__be16
h_proto
; /* packet type ID field */
member in struct:ethhdr
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_ether.h
109
__be16
h_proto
; /* packet type ID field */
member in struct:ethhdr
/external/qemu/slirp/
slirp.c
577
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/qemu/slirp-android/
slirp.c
666
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);
[
all
...]
/external/ppp/pppd/plugins/rp-pppoe/
discovery.c
262
packet.ethHdr.
h_proto
= htons(Eth_PPPOE_Discovery);
432
packet.ethHdr.
h_proto
= htons(Eth_PPPOE_Discovery);
common.c
412
packet.ethHdr.
h_proto
= htons(Eth_PPPOE_Discovery);
if.c
128
UINT16_t type = (UINT16_t) ntohs(packet->ethHdr.
h_proto
);
551
tmp_sap = htons(pkt->ethHdr.
h_proto
);
/external/wpa_supplicant_8/src/drivers/
driver_test.c
199
eth.
h_proto
= host_to_be16(ETH_P_EAPOL);
243
eth.
h_proto
= host_to_be16(proto);
735
be_to_host16(eth->
h_proto
));
738
if (be_to_host16(eth->
h_proto
) == ETH_P_RRB) {
[
all
...]
driver_madwifi.c
1109
eth->
h_proto
= host_to_be16(ETH_P_EAPOL);
[
all
...]
driver_atheros.c
[
all
...]
Completed in 111 milliseconds
1
2
3