Searched refs:ETH_P_IP (Results 1 - 25 of 50) sorted by relevance

12

/external/syslinux/gpxe/src/include/gpxe/
H A Dif_ether.h18 #define ETH_P_IP 0x0800 /* Internet Protocl Packet */ macro
/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dtest_pkt_access.c36 if (eth->h_proto == bpf_htons(ETH_P_IP)) {
H A Dtest_xdp.c128 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/
H A Dif_ether.h45 #define ETH_P_IP 0x0800 /* Internet Protocol packet */ macro
/external/syslinux/gpxe/src/core/
H A Dgdbudp.c83 arphdr->ar_pro != htons ( ETH_P_IP ) ||
106 if ( ethhdr->h_protocol != htons ( ETH_P_IP ) ) {
201 ethhdr->h_protocol = htons ( ETH_P_IP );
/external/iproute2/tc/
H A Df_flower.c205 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)
[all...]
/external/iproute2/include/uapi/linux/
H A Dif_ether.h50 #define ETH_P_IP 0x0800 /* Internet Protocol packet */ macro
/external/kernel-headers/original/uapi/linux/
H A Dif_ether.h51 #define ETH_P_IP 0x0800 /* Internet Protocol packet */ macro
/external/libnl/tests/
H A Dtest-u32-filter-with-actions.c124 rtnl_cls_set_protocol(cls, ETH_P_IP);
173 rtnl_cls_set_protocol(cls, ETH_P_IP);
H A Dtest-complex-HTB-with-hash-filters.c163 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/
H A Dethernet_protocols.h18 #if defined(ETH_P_IP) || (defined(HAVE_DECL_ETH_P_IP) && HAVE_DECL_ETH_P_IP)
19 XLAT(ETH_P_IP),
/external/iproute2/lib/
H A Dll_proto.c85 { ETH_P_IP, "ipv4" },
/external/toybox/toys/pending/
H A Darping.c105 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/
H A Dns-icmp_redirector.c332 sndarp_p->hdr.ar_pro = htons(ETH_P_IP);
402 sndeth.hdr.h_proto = htons(ETH_P_IP);
775 case ETH_P_IP:
H A Dns-icmpv4_sender.c323 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/
H A Dmdb.c141 af = e->addr.proto == htons(ETH_P_IP) ? AF_INET : AF_INET6;
438 entry.addr.proto = htons(ETH_P_IP);
/external/android-clat/
H A Dclatd_microbenchmark.c88 struct tun_pi tun = { 0, htons(ETH_P_IP) };
/external/scapy/scapy/contrib/
H A Dmacsec.py210 bind_layers(MACsec, IP, type=ETH_P_IP)
/external/scapy/scapy/
H A Ddata.py31 ETH_P_IP = 0x800 variable
/external/iproute2/misc/
H A Darpd.c212 ah->ar_pro = htons(ETH_P_IP);
505 a->ar_pro != htons(ETH_P_IP) ||
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dfils_hlp.c260 wpabuf_put_be16(resp, ETH_P_IP);
567 case ETH_P_IP:
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h325 #ifndef ETH_P_IP
326 #define ETH_P_IP 0x0800 macro
/external/wpa_supplicant_8/src/ap/
H A Dfils_hlp.c260 wpabuf_put_be16(resp, ETH_P_IP);
567 case ETH_P_IP:
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h325 #ifndef ETH_P_IP
326 #define ETH_P_IP 0x0800 macro
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dfils_hlp.c260 wpabuf_put_be16(resp, ETH_P_IP);
567 case ETH_P_IP:

Completed in 874 milliseconds

12