/third_party/iptables/extensions/ |
D | libip6t_ipv6header.c | 33 { "protocol", IPPROTO_RAW }, 41 { "prot", IPPROTO_RAW }, 49 { "255", IPPROTO_RAW }, 61 { IPPROTO_RAW, MASK_PROTO },
|
D | libxt_set.h | 14 int res, sockfd = socket(AF_INET, SOCK_RAW, IPPROTO_RAW); in get_version()
|
/third_party/libnl/include/linux-private/linux/ |
D | in.h | 77 IPPROTO_RAW = 255, /* Raw IP packets */ enumerator 78 #define IPPROTO_RAW IPPROTO_RAW macro
|
/third_party/musl/libc-test/src/api/ |
D | netinet_in.c | 47 C(IPPROTO_RAW) in f()
|
/third_party/ltp/testcases/network/sctp/ |
D | sctp_big_chunk.c | 132 cfd = SAFE_SOCKET(AF_INET6, SOCK_RAW, IPPROTO_RAW); in setup_client()
|
/third_party/ltp/testcases/kernel/syscalls/sendto/ |
D | sendto03.c | 176 sock = SAFE_SOCKET(AF_PACKET, SOCK_RAW, IPPROTO_RAW); in check_vnet_hdr()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
D | in.h | 106 #define IPPROTO_RAW 255 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/ |
D | in.h | 106 #define IPPROTO_RAW 255 macro
|
/third_party/musl/ndk_musl_include/netinet/ |
D | in.h | 106 #define IPPROTO_RAW 255 macro
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
D | in.h | 106 #define IPPROTO_RAW 255 macro
|
/third_party/musl/include/netinet/ |
D | in.h | 106 #define IPPROTO_RAW 255 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | in.h | 106 #define IPPROTO_RAW 255 macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
D | in.h | 106 #define IPPROTO_RAW 255 macro
|
/third_party/toybox/toys/pending/ |
D | arping.c | 57 int fd = xsocket(AF_INET, SOCK_RAW, IPPROTO_RAW); in get_interface()
|
D | dhcp6.c | 166 fd = xsocket(AF_INET6, SOCK_RAW, IPPROTO_RAW); in get_mac()
|
D | dhcp.c | 285 int fd = xsocket(AF_INET, SOCK_RAW, IPPROTO_RAW); in get_interface()
|
D | dhcpd.c | 365 int fd = xsocket(addr_version, SOCK_RAW, IPPROTO_RAW); in get_interface()
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 257 #define IPPROTO_RAW 255 macro
|
/third_party/python/Modules/ |
D | socketmodule.c | 277 #define IPPROTO_RAW IPPROTO_RAW macro 7931 #ifdef IPPROTO_RAW 7932 PyModule_AddIntMacro(m, IPPROTO_RAW);
|
/third_party/lwip/src/api/ |
D | sockets.c | 3246 case IPPROTO_RAW: in lwip_getsockopt_impl() 3772 case IPPROTO_RAW: in lwip_setsockopt_impl()
|
/third_party/iptables/libxtables/ |
D | xtables.c | 893 sockfd = socket(afinfo->family, SOCK_RAW, IPPROTO_RAW); in xtables_compatible_revision()
|
/third_party/iptables/libiptc/ |
D | libiptc.c | 1312 sockfd = socket(TC_AF, SOCK_RAW, IPPROTO_RAW); in TC_INIT()
|