OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rtattr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/wpa/dist/src/drivers/
priv_netlink.h
65
((len) > 0 && (rta)->rta_len >= sizeof(struct
rtattr
) && \
69
(struct
rtattr
*) (((char *)(rta)) + RTA_ALIGN((rta)->rta_len)))
70
#define RTA_LENGTH(len) (RTA_ALIGN(sizeof(struct
rtattr
)) + (len))
103
struct
rtattr
struct
priv_netlink.h
65
((len) > 0 && (rta)->rta_len >= sizeof(struct
rtattr
) && \
69
(struct
rtattr
*) (((char *)(rta)) + RTA_ALIGN((rta)->rta_len)))
70
#define RTA_LENGTH(len) (RTA_ALIGN(sizeof(struct
rtattr
)) + (len))
103
struct
rtattr
struct
Completed in 40 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026