OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h_proto
(Results
51 - 69
of
69
) sorted by null
1
2
3
/bionic/libc/kernel/common/linux/
if_ether.h
112
__be16
h_proto
;
member in struct:ethhdr
/external/iproute2/include/linux/
if_ether.h
130
__be16
h_proto
; /* packet type ID field */
member in struct:ethhdr
/external/kernel-headers/original/linux/
if_ether.h
121
__be16
h_proto
; /* packet type ID field */
member in struct:ethhdr
/external/ppp/pppd/plugins/rp-pppoe/
pppoe.h
84
#define
h_proto
ether_type
macro
100
#define
h_proto
ether_type
macro
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/bluetooth/bluedroid/btif/src/
btif_pan.c
400
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/
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/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/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/wpa_supplicant_8/src/l2_packet/
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);
/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 708 milliseconds
1
2
3