OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sll_protocol
(Results
51 - 72
of
72
) sorted by null
1
2
3
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_wanpipe.h
24
unsigned short
sll_protocol
;
member in struct:wan_sockaddr_ll
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_packet.h
16
__be16
sll_protocol
;
member in struct:sockaddr_ll
if_wanpipe.h
24
unsigned short
sll_protocol
;
member in struct:wan_sockaddr_ll
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_packet.h
16
__be16
sll_protocol
;
member in struct:sockaddr_ll
if_wanpipe.h
24
unsigned short
sll_protocol
;
member in struct:wan_sockaddr_ll
/external/dhcpcd/
lpf.c
88
su.sll.
sll_protocol
= htons(protocol);
144
su.sll.
sll_protocol
= htons(protocol);
ifaddrs.c
84
/* hwaddr->
sll_protocol
= ETHERTYPE_IP; */
/external/libpcap/
sll.h
87
u_int16_t
sll_protocol
; /* protocol */
member in struct:sll_header
103
* The LINUX_SLL_ values for "
sll_protocol
"; these correspond to the
pcap-linux.c
631
hdrp->
sll_protocol
= from.
sll_protocol
;
[
all
...]
/external/tcpdump/
print-sll.c
69
ether_type = EXTRACT_16BITS(&sllp->
sll_protocol
);
145
ether_type = ntohs(sllp->
sll_protocol
);
sll.h
90
u_int16_t
sll_protocol
; /* protocol */
member in struct:sll_header
106
* The LINUX_SLL_ values for "
sll_protocol
"; these correspond to the
/external/wpa_supplicant_8/src/l2_packet/
l2_packet_linux.c
55
ll.
sll_protocol
= htons(proto);
131
ll.
sll_protocol
= htons(protocol);
/libcore/luni/src/main/native/
libcore_net_RawSocket.cpp
70
su.sll.
sll_protocol
= htons(protocolType);
132
su.sll.
sll_protocol
= htons(protocolType);
/bionic/libc/kernel/common/linux/
if_packet.h
32
unsigned short
sll_protocol
;
member in struct:sockaddr_ll
/system/core/libnetutils/
packet.c
53
bindaddr.
sll_protocol
= htons(ETH_P_IP);
141
destaddr.
sll_protocol
= htons(ETH_P_IP);
/external/iputils/
rarpd.c
638
sll.
sll_protocol
= htons(ETH_P_ARP);
650
sll.
sll_protocol
= htons(ETH_P_RARP);
arping.c
1170
((struct sockaddr_ll *)&me)->
sll_protocol
= htons(ETH_P_ARP);
/external/iproute2/misc/
arpd.c
226
sll.
sll_protocol
= htons(ETH_P_ARP);
770
sll.
sll_protocol
= htons(ETH_P_ARP);
/external/iproute2/ip/
iplink.c
729
me.
sll_protocol
= htons(ETH_P_LOOP);
/external/ppp/pppd/plugins/rp-pppoe/
if.c
492
sa.
sll_protocol
= htons(type);
/external/strace/
net.c
1313
ntohs(addrbuf.ll.
sll_protocol
),
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver_nl80211.c
[
all
...]
Completed in 394 milliseconds
1
2
3