Home
last modified time | relevance | path

Searched refs:rtnl_pktloc_lookup (Results 1 – 4 of 4) sorted by relevance

/external/libnl/include/netlink/route/
Dpktloc.h38 extern int rtnl_pktloc_lookup(const char *, struct rtnl_pktloc **);
/external/libnl/src/
Dnl-pktloc-lookup.c144 if ((err = rtnl_pktloc_lookup(argv[optind++], &loc)) < 0) in main()
/external/libnl/lib/route/
Dpktloc.c171 int rtnl_pktloc_lookup(const char *name, struct rtnl_pktloc **result) in rtnl_pktloc_lookup() function
/external/libnl/lib/route/cls/
Dematch_syntax.y438 if (rtnl_pktloc_lookup($1, &loc) < 0) {