Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:nl_groups
(Results
1 - 18
of
18
) sorted by relevance
/third_party/eudev/src/libudev/
H
A
D
libudev-monitor.c
176
udev_monitor->snl.nl.
nl_groups
= group;
in udev_monitor_new_from_netlink_fd()
180
udev_monitor->snl_destination.nl.
nl_groups
= UDEV_MONITOR_UDEV;
in udev_monitor_new_from_netlink_fd()
582
if (snl.nl.
nl_groups
== 0) {
in udev_monitor_receive_device()
589
} else if (snl.nl.
nl_groups
== UDEV_MONITOR_KERNEL) {
in udev_monitor_receive_device()
/third_party/ltp/testcases/cve/
H
A
D
cve-2017-16939.c
40
nl_addr.
nl_groups
= XFRMNLGRP_NONE; /* no need for multicast group */
in setup()
/third_party/ltp/testcases/kernel/containers/netns/
H
A
D
netns_netlink.c
53
sa.
nl_groups
= RTMGRP_LINK;
in child_func()
/third_party/ltp/testcases/kernel/uevents/
H
A
D
uevent.h
110
.
nl_groups
= MONITOR_GROUP_KERNEL,
in open_uevent_netlink()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H
A
D
priv_netlink.h
81
u32
nl_groups
;
member
H
A
D
netlink.c
110
local.
nl_groups
= RTMGRP_LINK;
in netlink_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H
A
D
priv_netlink.h
81
u32
nl_groups
;
member
H
A
D
netlink.c
110
local.
nl_groups
= RTMGRP_LINK;
in netlink_init()
/third_party/ltp/testcases/kernel/connectors/pec/
H
A
D
pec_listener.c
288
src_addr.
nl_groups
= 0;
in main()
293
l_local.
nl_groups
= CN_IDX_PROC;
in main()
/third_party/libbpf/include/uapi/linux/
H
A
D
netlink.h
41
__u32
nl_groups
; /* multicast groups mask */
member
/third_party/selinux/libselinux/src/
H
A
D
avc_internal.c
123
addr.
nl_groups
= SELNL_GRP_AVC;
in avc_netlink_open()
/third_party/libwebsockets/lib/roles/netlink/
H
A
D
ops-netlink.c
530
sanl.
nl_groups
= RTMGRP_LINK | RTMGRP_IPV4_ROUTE | RTMGRP_IPV4_IFADDR
in rops_pt_init_destroy_netlink()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H
A
D
mod.rs
499
pub
nl_groups
: u32
595
self.
nl_groups
== other.
nl_groups
in eq()
604
.field("
nl_groups
", &self.
nl_groups
)
in fmt()
612
self.
nl_groups
.hash(state);
in hash()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
vlan_full.c
774
local.
nl_groups
= RTMGRP_LINK;
in full_dynamic_vlan_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
vlan_full.c
774
local.
nl_groups
= RTMGRP_LINK;
in full_dynamic_vlan_init()
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
971
pub
nl_groups
: u32
1255
self.
nl_groups
== other.
nl_groups
in eq()
1264
.field("
nl_groups
", &self.
nl_groups
)
in fmt()
1272
self.
nl_groups
.hash(state);
in hash()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
635
pub
nl_groups
: u32
778
self.
nl_groups
== other.
nl_groups
in eq()
787
.field("
nl_groups
", &self.
nl_groups
)
in fmt()
795
self.
nl_groups
.hash(state);
in hash()
/third_party/python/Modules/
H
A
D
socketmodule.c
1362
return Py_BuildValue("II", a->nl_pid, a->
nl_groups
);
in makesockaddr()
1764
addr->
nl_groups
= groups;
in getsockaddrarg()
Completed in 54 milliseconds