/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | priv_netlink.h | 76 struct sockaddr_nl struct 78 sa_family_t nl_family; 79 unsigned short nl_pad; 80 u32 nl_pid; 81 u32 nl_groups;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | priv_netlink.h | 76 struct sockaddr_nl struct 78 sa_family_t nl_family; 79 unsigned short nl_pad; 80 u32 nl_pid; 81 u32 nl_groups;
|
/third_party/libbpf/include/uapi/linux/ |
D | netlink.h | 37 struct sockaddr_nl { struct 38 __kernel_sa_family_t nl_family; /* AF_NETLINK */ 39 unsigned short nl_pad; /* zero */ 40 __u32 nl_pid; /* port ID */ 41 __u32 nl_groups; /* multicast groups mask */
|
/third_party/rust/crates/nix/src/sys/socket/ |
D | mod.rs | 2435 let snl = unsafe { *(addr as *const _ as *const sockaddr_nl) }; in sockaddr_storage_to_addr() constant
|
D | addr.rs | 2394 fn as_ref(&self) -> &libc::sockaddr_nl { in as_ref()
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | netlink.rs | 318 pub struct sockaddr_nl { struct 319 pub nl_family: __kernel_sa_family_t, 320 pub nl_pad: crate::ctypes::c_ushort, 321 pub nl_pid: __u32, 322 pub nl_groups: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | netlink.rs | 319 pub struct sockaddr_nl { struct 320 pub nl_family: __kernel_sa_family_t, 321 pub nl_pad: crate::ctypes::c_ushort, 322 pub nl_pid: __u32, 323 pub nl_groups: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | netlink.rs | 325 pub struct sockaddr_nl { struct 326 pub nl_family: __kernel_sa_family_t, 327 pub nl_pad: crate::ctypes::c_ushort, 328 pub nl_pid: __u32, 329 pub nl_groups: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | netlink.rs | 328 pub struct sockaddr_nl { struct 329 pub nl_family: __kernel_sa_family_t, 330 pub nl_pad: crate::ctypes::c_ushort, 331 pub nl_pid: __u32, 332 pub nl_groups: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | netlink.rs | 319 pub struct sockaddr_nl { struct 320 pub nl_family: __kernel_sa_family_t, 321 pub nl_pad: crate::ctypes::c_ushort, 322 pub nl_pid: __u32, 323 pub nl_groups: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | netlink.rs | 318 pub struct sockaddr_nl { struct 319 pub nl_family: __kernel_sa_family_t, 320 pub nl_pad: crate::ctypes::c_ushort, 321 pub nl_pid: __u32, 322 pub nl_groups: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | netlink.rs | 319 pub struct sockaddr_nl { struct 320 pub nl_family: __kernel_sa_family_t, 321 pub nl_pad: crate::ctypes::c_ushort, 322 pub nl_pid: __u32, 323 pub nl_groups: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | netlink.rs | 325 pub struct sockaddr_nl { struct 326 pub nl_family: __kernel_sa_family_t, 327 pub nl_pad: crate::ctypes::c_ushort, 328 pub nl_pid: __u32, 329 pub nl_groups: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | netlink.rs | 328 pub struct sockaddr_nl { struct 329 pub nl_family: __kernel_sa_family_t, 330 pub nl_pad: crate::ctypes::c_ushort, 331 pub nl_pid: __u32, 332 pub nl_groups: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | netlink.rs | 319 pub struct sockaddr_nl { struct 320 pub nl_family: __kernel_sa_family_t, 321 pub nl_pad: crate::ctypes::c_ushort, 322 pub nl_pid: __u32, 323 pub nl_groups: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | netlink.rs | 327 pub struct sockaddr_nl { struct 328 pub nl_family: __kernel_sa_family_t, 329 pub nl_pad: crate::ctypes::c_ushort, 330 pub nl_pid: __u32, 331 pub nl_groups: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | netlink.rs | 319 pub struct sockaddr_nl { struct 320 pub nl_family: __kernel_sa_family_t, 321 pub nl_pad: crate::ctypes::c_ushort, 322 pub nl_pid: __u32, 323 pub nl_groups: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | netlink.rs | 319 pub struct sockaddr_nl { struct 320 pub nl_family: __kernel_sa_family_t, 321 pub nl_pad: crate::ctypes::c_ushort, 322 pub nl_pid: __u32, 323 pub nl_groups: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | netlink.rs | 325 pub struct sockaddr_nl { struct 326 pub nl_family: __kernel_sa_family_t, 327 pub nl_pad: crate::ctypes::c_ushort, 328 pub nl_pid: __u32, 329 pub nl_groups: __u32,
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 82789 struct sockaddr_nl { struct 82790 __kernel_sa_family_t nl_family; 82791 short unsigned int nl_pad; 82792 __u32 nl_pid; 82793 __u32 nl_groups;
|