Home
last modified time | relevance | path

Searched refs:dom_rtattach (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/net/route/
H A Droute_tables.c206 if (dom->dom_rtattach == NULL) in grow_rtables()
213 rh = dom->dom_rtattach(i); in grow_rtables()
/f-stack/tools/compat/include/sys/
H A Ddomain.h60 int (*dom_rtattach) /* initialize routing table */ member
/f-stack/freebsd/sys/
H A Ddomain.h63 struct rib_head *(*dom_rtattach) /* initialize routing table */ member
/f-stack/freebsd/netinet/
H A Din_proto.c301 .dom_rtattach = in_inithead,
/f-stack/freebsd/kern/
H A Duipc_debug.c263 db_printf("dom_rtattach: %p ", d->dom_rtattach); in db_print_domain()
/f-stack/freebsd/netinet6/
H A Din6_proto.c340 .dom_rtattach = in6_inithead,