OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_str2msec
(Results
1 - 3
of
3
) sorted by null
/external/libnl/include/netlink/
utils.h
54
extern int
nl_str2msec
(const char *, uint64_t *);
/external/libnl/src/lib/
addr.c
118
if ((err =
nl_str2msec
(arg, &msecs)) < 0)
/external/libnl/lib/
utils.c
357
int
nl_str2msec
(const char *str, uint64_t *result)
function
Completed in 4318 milliseconds