OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sll_protocol
(Results
76 - 86
of
86
) sorted by null
1
2
3
4
/external/toybox/toys/pending/
dhcp.c
592
sock.
sll_protocol
= htons(ETH_P_IP);
733
dest_sll.
sll_protocol
= htons(ETH_P_IP);
[
all
...]
dhcp6.c
250
sockll.
sll_protocol
= htons(ETH_P_IPV6);
dhcpd.c
871
dest_sll.
sll_protocol
= htons(ETH_P_IPV6);
921
dest_sll.
sll_protocol
= htons(ETH_P_IP);
[
all
...]
/external/iputils/
arping.c
1170
((struct sockaddr_ll *)&me)->
sll_protocol
= htons(ETH_P_ARP);
/external/ppp/pppd/plugins/rp-pppoe/
pppoe-discovery.c
173
sa.
sll_protocol
= htons(type);
/libcore/luni/src/test/java/libcore/io/
OsTest.java
311
assertEquals((short) ETH_P_IPV6, bound.
sll_protocol
); // ETH_P_IPV6 is an int.
/external/libpcap/
pcap-linux.c
[
all
...]
/external/iproute2/ip/
iplink.c
996
me.
sll_protocol
= htons(ETH_P_LOOP);
/external/strace/
net.c
234
ntohs(addr->ll.
sll_protocol
),
[
all
...]
/libcore/luni/src/main/native/
libcore_io_Posix.cpp
399
static_cast<jshort>(ntohs(sll->
sll_protocol
)),
611
JniConstants::packetSocketAddressClass, "
sll_protocol
", "S");
623
sll->
sll_protocol
= htons(env->GetShortField(javaSocketAddress, protocolFid));
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver_nl80211.c
[
all
...]
Completed in 424 milliseconds
1
2
3
4