Home
last modified time | relevance | path

Searched refs:SOCK_PACKET (Results 1 - 14 of 14) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h92 #define SOCK_PACKET 10 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h81 #define SOCK_PACKET 10 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h92 #define SOCK_PACKET 10 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h92 #define SOCK_PACKET 10 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h96 #define SOCK_PACKET 10 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h92 #define SOCK_PACKET 10 macro
/third_party/musl/include/sys/
H A Dsocket.h96 #define SOCK_PACKET 10 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H A Dmod.rs291 pub const SOCK_PACKET: ::c_int = 10; consts
/third_party/rust/crates/nix/test/sys/
H A Dtest_sockopt.rs175 let sockfd = unsafe { libc::socket(libc::AF_PACKET, libc::SOCK_PACKET, 0) }; in test_so_type_unknown()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs539 pub const SOCK_PACKET: ::c_int = 10; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs714 pub const SOCK_PACKET: ::c_int = 10; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs801 pub const SOCK_PACKET: ::c_int = 10; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1382 pub const SOCK_PACKET: ::c_int = 10; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2739 pub const SOCK_PACKET: ::c_int = 10; consts

Completed in 40 milliseconds