HomeSort by relevance Sort by last modified time
    Searched refs:ETH_P_IP (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/syslinux/gpxe/src/include/gpxe/
if_ether.h 18 #define ETH_P_IP 0x0800 /* Internet Protocl Packet */
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_pkt_access.c 36 if (eth->h_proto == bpf_htons(ETH_P_IP)) {
test_xdp.c 128 set_ethhdr(new_eth, old_eth, tnl, bpf_htons(ETH_P_IP));
226 if (h_proto == bpf_htons(ETH_P_IP))
  /external/libnl/include/linux-private/linux/
if_ether.h 45 #define ETH_P_IP 0x0800 /* Internet Protocol packet */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_ether.h 45 #define ETH_P_IP 0x0800 /* Internet Protocol packet */
  /external/syslinux/gpxe/src/core/
gdbudp.c 83 arphdr->ar_pro != htons ( ETH_P_IP ) ||
106 if ( ethhdr->h_protocol != htons ( ETH_P_IP ) ) {
201 ethhdr->h_protocol = htons ( ETH_P_IP );
  /system/core/libnetutils/
packet.c 47 if((s = socket(PF_PACKET, SOCK_DGRAM, htons(ETH_P_IP))) < 0) {
53 bindaddr.sll_protocol = htons(ETH_P_IP);
141 destaddr.sll_protocol = htons(ETH_P_IP);
  /external/iproute2/tc/
f_flower.c 205 if (eth_type != htons(ETH_P_IP) && eth_type != htons(ETH_P_IPV6))
215 if (eth_type != htons(ETH_P_IP))
285 if (eth_type == htons(ETH_P_IP)) {
401 if (eth_type == htons(ETH_P_IP) && ip_proto == IPPROTO_ICMP)
416 if (eth_type == htons(ETH_P_IP) && ip_proto == IPPROTO_ICMP)
984 if (eth_type == htons(ETH_P_IP))
1080 if (eth_type == htons(ETH_P_IP)) {
1108 return flower_print_ip_addr(f, name, htons(ETH_P_IP),
1278 htons(ETH_P_IP) : htons(ETH_P_IPV6),
1286 htons(ETH_P_IP) : htons(ETH_P_IPV6)
    [all...]
  /bionic/libc/kernel/uapi/linux/
if_ether.h 35 #define ETH_P_IP 0x0800
  /external/iproute2/include/uapi/linux/
if_ether.h 50 #define ETH_P_IP 0x0800 /* Internet Protocol packet */
  /external/kernel-headers/original/uapi/linux/
if_ether.h 51 #define ETH_P_IP 0x0800 /* Internet Protocol packet */
  /external/libnl/tests/
test-u32-filter-with-actions.c 124 rtnl_cls_set_protocol(cls, ETH_P_IP);
173 rtnl_cls_set_protocol(cls, ETH_P_IP);
test-complex-HTB-with-hash-filters.c 163 rtnl_cls_set_protocol(cls, ETH_P_IP);
215 rtnl_cls_set_protocol(cls, ETH_P_IP);
261 rtnl_cls_set_protocol(cls, ETH_P_IP);
  /external/strace/xlat/
ethernet_protocols.h 18 #if defined(ETH_P_IP) || (defined(HAVE_DECL_ETH_P_IP) && HAVE_DECL_ETH_P_IP)
19 XLAT(ETH_P_IP),
  /frameworks/base/tests/net/java/android/net/apf/
ApfTest.java     [all...]
  /external/iproute2/lib/
ll_proto.c 85 { ETH_P_IP, "ipv4" },
  /device/generic/goldfish/dhcp/common/
socket.cpp 115 sockaddr.sll_protocol = htons(ETH_P_IP);
215 dest.sll_protocol = htons(ETH_P_IP);
  /external/toybox/toys/pending/
arping.c 105 arp_h->ar_pro = htons(ETH_P_IP);
143 if (arp_hdr->ar_pro != htons(ETH_P_IP) || (arp_hdr->ar_pln != 4)
  /external/ltp/testcases/network/stress/ns-tools/
ns-icmp_redirector.c 332 sndarp_p->hdr.ar_pro = htons(ETH_P_IP);
402 sndeth.hdr.h_proto = htons(ETH_P_IP);
775 case ETH_P_IP:
ns-icmpv4_sender.c 323 fake_p->saddr_ll.sll_protocol = htons(ETH_P_IP); /* IPv4 */
552 sock_fd = socket(AF_PACKET, SOCK_DGRAM, htons(ETH_P_IP));
  /external/iproute2/bridge/
mdb.c 141 af = e->addr.proto == htons(ETH_P_IP) ? AF_INET : AF_INET6;
438 entry.addr.proto = htons(ETH_P_IP);
  /external/android-clat/
clatd_microbenchmark.c 88 struct tun_pi tun = { 0, htons(ETH_P_IP) };
  /system/netd/bpfloader/
bpf_kern.h 104 if (skb->protocol == ETH_P_IP) {
  /system/netd/server/
WakeupController.cpp 80 case ETH_P_IP: {
  /external/iproute2/misc/
arpd.c 212 ah->ar_pro = htons(ETH_P_IP);
505 a->ar_pro != htons(ETH_P_IP) ||

Completed in 1734 milliseconds

1 2 3 4