/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | socket.h | 118 #define PF_ROUTE PF_NETLINK macro 168 #define AF_ROUTE PF_ROUTE
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | socket.h | 107 #define PF_ROUTE PF_NETLINK macro 157 #define AF_ROUTE PF_ROUTE
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | socket.h | 118 #define PF_ROUTE PF_NETLINK macro 168 #define AF_ROUTE PF_ROUTE
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | socket.h | 118 #define PF_ROUTE PF_NETLINK macro 168 #define AF_ROUTE PF_ROUTE
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | socket.h | 122 #define PF_ROUTE PF_NETLINK macro 172 #define AF_ROUTE PF_ROUTE
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | socket.h | 118 #define PF_ROUTE PF_NETLINK macro 168 #define AF_ROUTE PF_ROUTE
|
/third_party/musl/include/sys/ |
H A D | socket.h | 122 #define PF_ROUTE PF_NETLINK macro 172 #define AF_ROUTE PF_ROUTE
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_bsd.c | 1686 global->route = socket(PF_ROUTE, in bsd_global_init() 1689 wpa_printf(MSG_ERROR, "socket[PF_ROUTE,SOCK_RAW]: %s", in bsd_global_init() 1695 if (setsockopt(global->route, PF_ROUTE, RO_MSGFILTER, in bsd_global_init() 1697 wpa_printf(MSG_ERROR, "socket[PF_ROUTE,RO_MSGFILTER]: %s", in bsd_global_init() 1703 if (setsockopt(global->route, PF_ROUTE, ROUTE_MSGFILTER, in bsd_global_init() 1705 wpa_printf(MSG_ERROR, "socket[PF_ROUTE,ROUTE_MSGFILTER]: %s", in bsd_global_init()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 910 pub const PF_ROUTE: ::c_int = AF_ROUTE; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 1100 pub const PF_ROUTE: ::c_int = AF_ROUTE; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 754 pub const PF_ROUTE: ::c_int = AF_ROUTE; consts
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_bsd.c | 1679 global->route = socket(PF_ROUTE, SOCK_RAW, 0); in bsd_global_init() 1681 wpa_printf(MSG_ERROR, "socket[PF_ROUTE,SOCK_RAW]: %s", in bsd_global_init()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 994 pub const PF_ROUTE: ::c_int = AF_ROUTE; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 1605 pub const PF_ROUTE: ::c_int = AF_ROUTE; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1070 pub const PF_ROUTE: ::c_int = AF_ROUTE; consts
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 1758 pub const PF_ROUTE: ::c_int = AF_ROUTE; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1729 pub const PF_ROUTE: ::c_int = AF_ROUTE; consts
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 3595 pub const PF_ROUTE: ::c_int = AF_ROUTE; consts
|