OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:routeinfo
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/dhcpcd/dist/src/
ipv6nd.h
41
struct
routeinfo
{
struct
42
TAILQ_ENTRY(
routeinfo
) next;
51
TAILQ_HEAD(routeinfohead,
routeinfo
);
ipv6nd.c
149
static struct
routeinfo
*routeinfo_findalloc(struct ra *, const struct in6_addr *, uint8_t);
970
struct
routeinfo
*rinfo;
1715
struct
routeinfo
*rinfo, *rinfob;
2074
static struct
routeinfo
*routeinfo_findalloc(struct ra *rap, const struct in6_addr *prefix, uint8_t prefix_len)
2076
struct
routeinfo
*ri;
2086
ri = malloc(sizeof(struct
routeinfo
));
2106
struct
routeinfo
*ri;
ipv6.c
2332
const struct
routeinfo
*rinfo;
Completed in 21 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026