OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sll_protocol
(Results
26 - 50
of
86
) sorted by null
1
2
3
4
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/
if_packet.h
25
unsigned short
sll_protocol
;
member in struct:sockaddr_ll
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
if_packet.h
25
unsigned short
sll_protocol
;
member in struct:sockaddr_ll
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
if_packet.h
25
unsigned short
sll_protocol
;
member in struct:sockaddr_ll
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
if_packet.h
25
unsigned short
sll_protocol
;
member in struct:sockaddr_ll
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
if_packet.h
25
unsigned short
sll_protocol
;
member in struct:sockaddr_ll
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
if_packet.h
25
unsigned short
sll_protocol
;
member in struct:sockaddr_ll
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
if_packet.h
25
unsigned short
sll_protocol
;
member in struct:sockaddr_ll
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
if_packet.h
25
unsigned short
sll_protocol
;
member in struct:sockaddr_ll
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netpacket/
packet.h
26
unsigned short int
sll_protocol
;
member in struct:sockaddr_ll
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netpacket/
packet.h
26
unsigned short int
sll_protocol
;
member in struct:sockaddr_ll
/external/tcpdump/
print-sll.c
85
uint16_t
sll_protocol
; /* protocol */
member in struct:sll_header
101
* The LINUX_SLL_ values for "
sll_protocol
"; these correspond to the
149
ether_type = EXTRACT_16BITS(&sllp->
sll_protocol
);
225
ether_type = EXTRACT_16BITS(&sllp->
sll_protocol
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_packet.h
16
__be16
sll_protocol
;
member in struct:sockaddr_ll
/external/libpcap/pcap/
sll.h
88
u_int16_t
sll_protocol
; /* protocol */
member in struct:sll_header
104
* The LINUX_SLL_ values for "
sll_protocol
"; these correspond to the
/system/connectivity/shill/
arp_client.cc
104
socket_address.
sll_protocol
= htons(ETHERTYPE_ARP);
160
socket_address.
sll_protocol
= htons(ETHERTYPE_ARP);
eap_listener.cc
85
socket_address.
sll_protocol
= htons(ETH_P_PAE);
/external/dhcpcd-6.8.2/
ifaddrs.c
86
/* hwaddr->
sll_protocol
= ETHERTYPE_IP; */
/system/core/libnetutils/
packet.c
54
bindaddr.
sll_protocol
= htons(ETH_P_IP);
142
destaddr.
sll_protocol
= htons(ETH_P_IP);
/external/wpa_supplicant_8/src/l2_packet/
l2_packet_linux.c
111
ll.
sll_protocol
= htons(proto);
288
ll.
sll_protocol
= htons(protocol);
369
ll.
sll_protocol
= htons(ETH_P_ALL);
/system/connectivity/dhcp_client/
dhcpv4.cc
199
local.
sll_protocol
= htons(ETHERTYPE_IP);
292
remote.
sll_protocol
= htons(ETHERTYPE_IP);
/external/kernel-headers/original/uapi/linux/
if_packet.h
14
__be16
sll_protocol
;
member in struct:sockaddr_ll
/external/ppp/pppd/plugins/rp-pppoe/
if.c
167
sa.
sll_protocol
= htons(type);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_packet.h
14
__be16
sll_protocol
;
member in struct:sockaddr_ll
/external/iputils/
rarpd.c
638
sll.
sll_protocol
= htons(ETH_P_ARP);
650
sll.
sll_protocol
= htons(ETH_P_RARP);
/development/ndk/platforms/android-21/include/linux/
if_packet.h
31
__be16
sll_protocol
;
member in struct:sockaddr_ll
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
if_packet.h
31
__be16
sll_protocol
;
member in struct:sockaddr_ll
Completed in 1405 milliseconds
1
2
3
4