/third_party/libnl/tests/ |
D | test-u32-filter-with-actions.c | 128 rtnl_cls_set_protocol(cls, ETH_P_IP); in u32_add_filter_on_ht_with_hashmask() 179 rtnl_cls_set_protocol(cls, ETH_P_IP); in u32_add_ht()
|
D | test-complex-HTB-with-hash-filters.c | 166 rtnl_cls_set_protocol(cls, ETH_P_IP); in u32_add_filter_on_ht() 218 rtnl_cls_set_protocol(cls, ETH_P_IP); in u32_add_filter_on_ht_with_hashmask() 264 rtnl_cls_set_protocol(cls, ETH_P_IP); in u32_add_ht()
|
/third_party/libnl/include/linux-private/linux/ |
D | if_ether.h | 52 #define ETH_P_IP 0x0800 /* Internet Protocol packet */ macro
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
D | if_ether.h | 22 #define ETH_P_IP 0x0800 macro
|
/third_party/musl/include/netinet/ |
D | if_ether.h | 22 #define ETH_P_IP 0x0800 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
D | if_ether.h | 22 #define ETH_P_IP 0x0800 macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
D | if_ether.h | 22 #define ETH_P_IP 0x0800 macro
|
/third_party/musl/ndk_musl_include/netinet/ |
D | if_ether.h | 22 #define ETH_P_IP 0x0800 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | if_ether.h | 22 #define ETH_P_IP 0x0800 macro
|
/third_party/toybox/toys/pending/ |
D | arping.c | 105 arp_h->ar_pro = htons(ETH_P_IP); in send_packet() 143 if (arp_hdr->ar_pro != htons(ETH_P_IP) || (arp_hdr->ar_pln != 4) in recv_from()
|
D | dhcp.c | 586 state->sockfd = socket(PF_PACKET, SOCK_DGRAM, htons(ETH_P_IP)); in mode_raw() 594 sock.sll_protocol = htons(ETH_P_IP); in mode_raw() 729 if ((fd = socket(PF_PACKET, SOCK_DGRAM, htons(ETH_P_IP))) < 0) { in send_raw() 735 dest_sll.sll_protocol = htons(ETH_P_IP); in send_raw()
|
D | dhcpd.c | 915 if ((fd = socket(PF_PACKET, SOCK_DGRAM, htons(ETH_P_IP))) < 0) { in send_packet() 921 dest_sll.sll_protocol = htons(ETH_P_IP); in send_packet()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
D | ns-icmp_redirector.c | 332 sndarp_p->hdr.ar_pro = htons(ETH_P_IP); in return_arp_reply() 402 sndeth.hdr.h_proto = htons(ETH_P_IP); in return_icmp4_redirect() 775 case ETH_P_IP: in capture_frames()
|
D | ns-icmpv4_sender.c | 323 fake_p->saddr_ll.sll_protocol = htons(ETH_P_IP); /* IPv4 */ in complete_eth_addrs() 552 sock_fd = socket(AF_PACKET, SOCK_DGRAM, htons(ETH_P_IP)); in send_packets()
|
D | ns-common.c | 266 ll->sll_protocol = htons(ETH_P_IP); /* IPv4 */ in eth_pton()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | common.h | 327 #ifndef ETH_P_IP 328 #define ETH_P_IP 0x0800 macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | common.h | 327 #ifndef ETH_P_IP 328 #define ETH_P_IP 0x0800 macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | fils_hlp.c | 260 wpabuf_put_be16(resp, ETH_P_IP); in fils_dhcp_handler() 567 case ETH_P_IP: in fils_process_hlp_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | fils_hlp.c | 260 wpabuf_put_be16(resp, ETH_P_IP); in fils_dhcp_handler() 567 case ETH_P_IP: in fils_process_hlp_req()
|
/third_party/libnl/lib/ |
D | utils.c | 782 __ADD(ETH_P_IP,ip),
|
/third_party/iptables/iptables/ |
D | nft-bridge.c | 847 case ETH_P_IP: in nft_bridge_xlate()
|
D | nft.c | 1201 uint16_t eth_p_ip = htons(ETH_P_IP); in add_nft_among()
|