Home
last modified time | relevance | path

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

/netbsd-src/sys/net/
H A Drtsock_shared.c170 static const struct protosw COMPATNAME(route_protosw)[];
503 KASSERT(so->so_proto == &COMPATNAME(route_protosw)[0]); in COMPATNAME()
1779 static const struct protosw COMPATNAME(route_protosw)[] = { variable
1795 .dom_protosw = COMPATNAME(route_protosw),
1797 &COMPATNAME(route_protosw)[__arraycount(COMPATNAME(route_protosw))],