OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_pktloc_lookup
(Results
1 - 3
of
3
) sorted by null
/external/libnl/include/netlink/route/
pktloc.h
37
extern int
rtnl_pktloc_lookup
(const char *, struct rtnl_pktloc **);
/external/libnl/src/
nl-pktloc-lookup.c
29
if ((err =
rtnl_pktloc_lookup
(argv[1], &loc)) < 0)
/external/libnl/lib/route/
pktloc.c
28
*
rtnl_pktloc_lookup
("ip.src", &loc);
141
int
rtnl_pktloc_lookup
(const char *name, struct rtnl_pktloc **result)
function
Completed in 3039 milliseconds