OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rtnl_pktloc
(Results
1 - 4
of
4
) sorted by null
/external/libnl/include/netlink/route/
pktloc.h
25
struct
rtnl_pktloc
struct
37
extern int rtnl_pktloc_lookup(const char *, struct
rtnl_pktloc
**);
/external/libnl/lib/route/
pktloc.c
26
* struct
rtnl_pktloc
*loc;
60
void rtnl_pktloc_add(struct
rtnl_pktloc
*loc)
69
static void rtnl_pktloc_free(struct
rtnl_pktloc
*loc)
101
struct
rtnl_pktloc
*loc, *n;
141
int rtnl_pktloc_lookup(const char *name, struct
rtnl_pktloc
**result)
143
struct
rtnl_pktloc
*loc;
pktloc_syntax.y
18
struct
rtnl_pktloc
*l;
25
extern void rtnl_pktloc_add(struct
rtnl_pktloc
*);
60
struct
rtnl_pktloc
*loc;
/external/libnl/src/
nl-pktloc-lookup.c
23
struct
rtnl_pktloc
*loc;
Completed in 589 milliseconds