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:RTA_ALIGN
(Results
1 - 13
of
13
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H
A
D
priv_netlink.h
63
#define
RTA_ALIGN
(len) (((len) + RTA_ALIGNTO - 1) & ~(RTA_ALIGNTO - 1))
macro
68
((attrlen) -=
RTA_ALIGN
((rta)->rta_len), \
69
(struct rtattr *) (((char *)(rta)) +
RTA_ALIGN
((rta)->rta_len)))
70
#define RTA_LENGTH(len) (
RTA_ALIGN
(sizeof(struct rtattr)) + (len))
71
#define RTA_SPACE(len)
RTA_ALIGN
(RTA_LENGTH(len))
H
A
D
driver_wext.c
588
rta_len =
RTA_ALIGN
(sizeof(struct rtattr));
in wpa_driver_wext_own_ifname()
687
rta_len =
RTA_ALIGN
(sizeof(struct rtattr));
in wpa_driver_wext_event_rtm_newlink()
713
rta_len =
RTA_ALIGN
(sizeof(struct rtattr));
in wpa_driver_wext_event_rtm_dellink()
H
A
D
driver_hostap.c
886
rta_len =
RTA_ALIGN
(sizeof(struct rtattr));
in hostapd_wireless_event_rtm_newlink()
H
A
D
driver_atheros.c
1576
rta_len =
RTA_ALIGN
(sizeof(struct rtattr));
in atheros_wireless_event_rtm_newlink()
H
A
D
driver_nl80211.c
956
rta_len =
RTA_ALIGN
(sizeof(struct rtattr));
in wpa_driver_nl80211_own_ifname()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H
A
D
priv_netlink.h
63
#define
RTA_ALIGN
(len) (((len) + RTA_ALIGNTO - 1) & ~(RTA_ALIGNTO - 1))
macro
68
((attrlen) -=
RTA_ALIGN
((rta)->rta_len), \
69
(struct rtattr *) (((char *)(rta)) +
RTA_ALIGN
((rta)->rta_len)))
70
#define RTA_LENGTH(len) (
RTA_ALIGN
(sizeof(struct rtattr)) + (len))
71
#define RTA_SPACE(len)
RTA_ALIGN
(RTA_LENGTH(len))
H
A
D
driver_wext.c
588
rta_len =
RTA_ALIGN
(sizeof(struct rtattr));
in wpa_driver_wext_own_ifname()
687
rta_len =
RTA_ALIGN
(sizeof(struct rtattr));
in wpa_driver_wext_event_rtm_newlink()
713
rta_len =
RTA_ALIGN
(sizeof(struct rtattr));
in wpa_driver_wext_event_rtm_dellink()
H
A
D
driver_hostap.c
890
rta_len =
RTA_ALIGN
(sizeof(struct rtattr));
in hostapd_wireless_event_rtm_newlink()
H
A
D
driver_atheros.c
1565
rta_len =
RTA_ALIGN
(sizeof(struct rtattr));
in atheros_wireless_event_rtm_newlink()
H
A
D
driver_nl80211.c
1201
rta_len =
RTA_ALIGN
(sizeof(struct rtattr));
in wpa_driver_nl80211_own_ifname()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
vlan_full.c
657
rta_len =
RTA_ALIGN
(sizeof(struct rtattr));
in vlan_read_ifnames()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
vlan_full.c
657
rta_len =
RTA_ALIGN
(sizeof(struct rtattr));
in vlan_read_ifnames()
/third_party/toybox/toys/pending/
H
A
D
ip.c
458
if (
RTA_ALIGN
(rta->rta_len) +
RTA_ALIGN
(len) > maxlen) {
in add_varlen_rtattr_to_buffer()
461
subrta = (struct rtattr*)(((char*)rta) +
RTA_ALIGN
(rta->rta_len));
in add_varlen_rtattr_to_buffer()
467
rta->rta_len = NLMSG_ALIGN(rta->rta_len) +
RTA_ALIGN
(len);
in add_varlen_rtattr_to_buffer()
Completed in 48 milliseconds