OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nla_put_msecs
(Results
1 - 2
of
2
) sorted by null
/external/libnl/include/netlink/
attr.h
121
extern int
nla_put_msecs
(struct nl_msg *, int, unsigned long);
222
#define
NLA_PUT_MSECS
(msg, attrtype, msecs) \
/external/libnl/lib/
attr.c
1073
int
nla_put_msecs
(struct nl_msg *n, int attrtype, unsigned long msecs)
function
[
all
...]
Completed in 619 milliseconds