Home
last modified time | relevance | path

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

/third_party/iptables/extensions/
Dlibip6t_ipv6header.c33 { "protocol", IPPROTO_RAW },
41 { "prot", IPPROTO_RAW },
49 { "255", IPPROTO_RAW },
61 { IPPROTO_RAW, MASK_PROTO },
Dlibxt_set.h14 int res, sockfd = socket(AF_INET, SOCK_RAW, IPPROTO_RAW); in get_version()
/third_party/libnl/include/linux-private/linux/
Din.h77 IPPROTO_RAW = 255, /* Raw IP packets */ enumerator
78 #define IPPROTO_RAW IPPROTO_RAW macro
/third_party/musl/libc-test/src/api/
Dnetinet_in.c47 C(IPPROTO_RAW) in f()
/third_party/ltp/testcases/network/sctp/
Dsctp_big_chunk.c132 cfd = SAFE_SOCKET(AF_INET6, SOCK_RAW, IPPROTO_RAW); in setup_client()
/third_party/ltp/testcases/kernel/syscalls/sendto/
Dsendto03.c176 sock = SAFE_SOCKET(AF_PACKET, SOCK_RAW, IPPROTO_RAW); in check_vnet_hdr()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Din.h106 #define IPPROTO_RAW 255 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
Din.h106 #define IPPROTO_RAW 255 macro
/third_party/musl/ndk_musl_include/netinet/
Din.h106 #define IPPROTO_RAW 255 macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Din.h106 #define IPPROTO_RAW 255 macro
/third_party/musl/include/netinet/
Din.h106 #define IPPROTO_RAW 255 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Din.h106 #define IPPROTO_RAW 255 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
Din.h106 #define IPPROTO_RAW 255 macro
/third_party/toybox/toys/pending/
Darping.c57 int fd = xsocket(AF_INET, SOCK_RAW, IPPROTO_RAW); in get_interface()
Ddhcp6.c166 fd = xsocket(AF_INET6, SOCK_RAW, IPPROTO_RAW); in get_mac()
Ddhcp.c285 int fd = xsocket(AF_INET, SOCK_RAW, IPPROTO_RAW); in get_interface()
Ddhcpd.c365 int fd = xsocket(addr_version, SOCK_RAW, IPPROTO_RAW); in get_interface()
/third_party/lwip/src/include/lwip/
Dsockets.h257 #define IPPROTO_RAW 255 macro
/third_party/python/Modules/
Dsocketmodule.c277 #define IPPROTO_RAW IPPROTO_RAW macro
7931 #ifdef IPPROTO_RAW
7932 PyModule_AddIntMacro(m, IPPROTO_RAW);
/third_party/lwip/src/api/
Dsockets.c3246 case IPPROTO_RAW: in lwip_getsockopt_impl()
3772 case IPPROTO_RAW: in lwip_setsockopt_impl()
/third_party/iptables/libxtables/
Dxtables.c893 sockfd = socket(afinfo->family, SOCK_RAW, IPPROTO_RAW); in xtables_compatible_revision()
/third_party/iptables/libiptc/
Dlibiptc.c1312 sockfd = socket(TC_AF, SOCK_RAW, IPPROTO_RAW); in TC_INIT()