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:oal_nlmsghdr_stru
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_net.h
547
typedef struct nlmsghdr
oal_nlmsghdr_stru
;
typedef
1420
}
oal_nlmsghdr_stru
;
typedef
1426
#define OAL_NLMSG_HDRLEN ((hi_s32) oal_nlmsg_align(sizeof(
oal_nlmsghdr_stru
)))
1433
#define oal_nlmsg_ok(_nlh, _len) ((_len) >= (hi_s32)(sizeof(
oal_nlmsghdr_stru
)) && \
1434
(_nlh)->nlmsg_len >= (sizeof(
oal_nlmsghdr_stru
)) && \
2140
static inline
oal_nlmsghdr_stru
*oal_nlmsg_hdr(const oal_netbuf_stru *netbuf)
in oal_nlmsg_hdr()
2142
return (
oal_nlmsghdr_stru
*)oal_netbuf_header(netbuf);
in oal_nlmsg_hdr()
2146
static inline
oal_nlmsghdr_stru
*oal_nlmsg_put(oal_netbuf_stru *netbuf, hi_u32 pid, hi_u32 ul_seq, hi_u32 type,
in oal_nlmsg_put()
H
A
D
oal_net.c
98
oal_nlmsghdr_stru
*nlh = HI_NULL;
in oal_dev_netlink_rev()
171
oal_nlmsghdr_stru
*nlh = HI_NULL;
in oal_dev_netlink_send()
Completed in 7 milliseconds