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:mcast_groups
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/net/ynl/lib/
H
A
D
ynl.c
493
ys->
mcast_groups
= calloc(ys->n_mcast_groups,
in ynl_get_family_info_mcast()
494
sizeof(*ys->
mcast_groups
));
in ynl_get_family_info_mcast()
495
if (!ys->
mcast_groups
)
in ynl_get_family_info_mcast()
502
ys->
mcast_groups
[i].id = mnl_attr_get_u32(attr);
in ynl_get_family_info_mcast()
504
strncpy(ys->
mcast_groups
[i].name,
in ynl_get_family_info_mcast()
507
ys->
mcast_groups
[i].name[GENL_NAMSIZ - 1] = 0;
in ynl_get_family_info_mcast()
571
free(ys->
mcast_groups
);
in ynl_sock_read_family()
578
free(ys->
mcast_groups
);
in ynl_sock_read_family()
643
free(ys->
mcast_groups
);
in ynl_sock_destroy()
660
if (!strcmp(ys->
mcast_groups
[
in ynl_subscribe()
[all...]
H
A
D
ynl.py
370
def get_mcast_id(self, mcast_name,
mcast_groups
):
371
if mcast_name not in
mcast_groups
:
373
return
mcast_groups
[mcast_name].value
395
def get_mcast_id(self, mcast_name,
mcast_groups
):
439
mcast_id = self.nlproto.get_mcast_id(mcast_name, self.
mcast_groups
)
H
A
D
ynl.h
79
} *
mcast_groups
;
member
H
A
D
nlspec.py
366
mcast_groups
dict of all multicast groups (index by name)
408
self.
mcast_groups
= collections.OrderedDict()
545
self.
mcast_groups
[elem['name']] = mcg
Completed in 4 milliseconds