/third_party/musl/libc-test/src/api/ |
H A D | netinet_in.c | 47 C(IPPROTO_RAW) in f()
|
/third_party/ltp/testcases/kernel/syscalls/sendto/ |
H A D | sendto03.c | 166 sock = SAFE_SOCKET(AF_PACKET, SOCK_RAW, IPPROTO_RAW); in check_vnet_hdr()
|
/third_party/ltp/testcases/network/sctp/ |
H A D | sctp_big_chunk.c | 161 cfd = SAFE_SOCKET(AF_INET6, SOCK_RAW, IPPROTO_RAW); in setup_client()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
H A D | types.rs | 203 /// `IPPROTO_RAW` 204 pub const RAW: Self = Self(c::IPPROTO_RAW as _);
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
H A D | in.h | 106 #define IPPROTO_RAW 255 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
H A D | in.h | 106 #define IPPROTO_RAW 255 macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
H A D | in.h | 106 #define IPPROTO_RAW 255 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/ |
H A D | in.h | 107 #define IPPROTO_RAW 255 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
H A D | in.h | 106 #define IPPROTO_RAW 255 macro
|
/third_party/musl/include/netinet/ |
H A D | in.h | 106 #define IPPROTO_RAW 255 macro
|
/third_party/toybox/toys/pending/ |
H A D | arping.c | 57 int fd = xsocket(AF_INET, SOCK_RAW, IPPROTO_RAW); in get_interface()
|
H A D | dhcp6.c | 166 fd = xsocket(AF_INET6, SOCK_RAW, IPPROTO_RAW); in get_mac()
|
H A D | dhcp.c | 285 int fd = xsocket(AF_INET, SOCK_RAW, IPPROTO_RAW); in get_interface()
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | types.rs | 575 /// `IPPROTO_RAW` 576 pub const RAW: Self = Self(c::IPPROTO_RAW as _);
|
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 257 #define IPPROTO_RAW 255 macro
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 542 pub const IPPROTO_RAW: ::c_int = 255; consts
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 286 #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 D | general.rs | 2715 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 D | general.rs | 2714 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 D | general.rs | 2694 pub const IPPROTO_RAW: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_RAW; consts 2726 IPPROTO_RAW = 255,
|
/third_party/lwip/src/api/ |
H A D | sockets.c | 3249 /* 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 D | mod.rs | 1045 pub const IPPROTO_RAW: ::c_int = 255; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 897 pub const IPPROTO_RAW: ::c_int = 255; consts
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | mod.rs | 140 Raw = libc::IPPROTO_RAW,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2830 pub const IPPROTO_RAW: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_RAW; consts 2862 IPPROTO_RAW = 255,
|