Home
last modified time | relevance | path

Searched refs:IPPROTO_RAW (Results 1 - 25 of 41) sorted by relevance

12

/third_party/musl/libc-test/src/api/
H A Dnetinet_in.c47 C(IPPROTO_RAW) in f()
/third_party/ltp/testcases/kernel/syscalls/sendto/
H A Dsendto03.c166 sock = SAFE_SOCKET(AF_PACKET, SOCK_RAW, IPPROTO_RAW); in check_vnet_hdr()
/third_party/ltp/testcases/network/sctp/
H A Dsctp_big_chunk.c161 cfd = SAFE_SOCKET(AF_INET6, SOCK_RAW, IPPROTO_RAW); in setup_client()
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dtypes.rs203 /// `IPPROTO_RAW`
204 pub const RAW: Self = Self(c::IPPROTO_RAW as _);
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Din.h106 #define IPPROTO_RAW 255 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Din.h106 #define IPPROTO_RAW 255 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Din.h106 #define IPPROTO_RAW 255 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
H A Din.h107 #define IPPROTO_RAW 255 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Din.h106 #define IPPROTO_RAW 255 macro
/third_party/musl/include/netinet/
H A Din.h106 #define IPPROTO_RAW 255 macro
/third_party/toybox/toys/pending/
H A Darping.c57 int fd = xsocket(AF_INET, SOCK_RAW, IPPROTO_RAW); in get_interface()
H A Ddhcp6.c166 fd = xsocket(AF_INET6, SOCK_RAW, IPPROTO_RAW); in get_mac()
H A Ddhcp.c285 int fd = xsocket(AF_INET, SOCK_RAW, IPPROTO_RAW); in get_interface()
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dtypes.rs575 /// `IPPROTO_RAW`
576 pub const RAW: Self = Self(c::IPPROTO_RAW as _);
/third_party/lwip/src/include/lwip/
H A Dsockets.h257 #define IPPROTO_RAW 255 macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs542 pub const IPPROTO_RAW: ::c_int = 255; consts
/third_party/python/Modules/
H A Dsocketmodule.c286 #define IPPROTO_RAW IPPROTO_RAW macro
8083 #ifdef IPPROTO_RAW
8084 PyModule_AddIntMacro(m, IPPROTO_RAW);
8086 PyModule_AddIntConstant(m, "IPPROTO_RAW", 255);
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2715 pub const IPPROTO_RAW: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_RAW; consts
2747 IPPROTO_RAW = 255,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2714 pub const IPPROTO_RAW: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_RAW; consts
2746 IPPROTO_RAW = 255,
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2694 pub const IPPROTO_RAW: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_RAW; consts
2726 IPPROTO_RAW = 255,
/third_party/lwip/src/api/
H A Dsockets.c3249 /* Level: IPPROTO_RAW */
3250 case IPPROTO_RAW:
3260 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_getsockopt(%d, IPPROTO_RAW, IPV6_CHECKSUM) = %d\n",
3265 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_getsockopt(%d, IPPROTO_RAW, UNIMPL: optname=0x%x, ..)\n",
3782 /* Level: IPPROTO_RAW */
3783 case IPPROTO_RAW:
3805 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_RAW, IPV6_CHECKSUM, ..) -> %d\n",
3810 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_RAW, UNIMPL: optname=0x%x, ..)\n",
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1045 pub const IPPROTO_RAW: ::c_int = 255; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs897 pub const IPPROTO_RAW: ::c_int = 255; consts
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs140 Raw = libc::IPPROTO_RAW,
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2830 pub const IPPROTO_RAW: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_RAW; consts
2862 IPPROTO_RAW = 255,

Completed in 91 milliseconds

12