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