Home
last modified time | relevance | path

Searched refs:ETH_P_IP (Results 1 – 22 of 22) sorted by relevance

/third_party/libnl/tests/
Dtest-u32-filter-with-actions.c128 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()
Dtest-complex-HTB-with-hash-filters.c166 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/
Dif_ether.h52 #define ETH_P_IP 0x0800 /* Internet Protocol packet */ macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dif_ether.h22 #define ETH_P_IP 0x0800 macro
/third_party/musl/include/netinet/
Dif_ether.h22 #define ETH_P_IP 0x0800 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dif_ether.h22 #define ETH_P_IP 0x0800 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dif_ether.h22 #define ETH_P_IP 0x0800 macro
/third_party/musl/ndk_musl_include/netinet/
Dif_ether.h22 #define ETH_P_IP 0x0800 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dif_ether.h22 #define ETH_P_IP 0x0800 macro
/third_party/toybox/toys/pending/
Darping.c105 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()
Ddhcp.c586 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()
Ddhcpd.c915 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/
Dns-icmp_redirector.c332 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()
Dns-icmpv4_sender.c323 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()
Dns-common.c266 ll->sll_protocol = htons(ETH_P_IP); /* IPv4 */ in eth_pton()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dcommon.h327 #ifndef ETH_P_IP
328 #define ETH_P_IP 0x0800 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dcommon.h327 #ifndef ETH_P_IP
328 #define ETH_P_IP 0x0800 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dfils_hlp.c260 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/
Dfils_hlp.c260 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/
Dutils.c782 __ADD(ETH_P_IP,ip),
/third_party/iptables/iptables/
Dnft-bridge.c847 case ETH_P_IP: in nft_bridge_xlate()
Dnft.c1201 uint16_t eth_p_ip = htons(ETH_P_IP); in add_nft_among()