OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nla_put_u8
(Results
1 - 2
of
2
) sorted by null
/external/libnl-headers/netlink/
attr.h
102
extern int
nla_put_u8
(struct nl_msg *, int, uint8_t);
169
#define
NLA_PUT_U8
(msg, attrtype, value) \
/system/core/libnl_2/
attr.c
166
int
nla_put_u8
(struct nl_msg *msg, int attrtype, uint8_t value)
function
Completed in 82 milliseconds