HomeSort by: relevance | last modified time | path
    Searched defs:route_protosw (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/
rtsock_shared.c 170 static const struct protosw COMPATNAME(route_protosw)[];
503 KASSERT(so->so_proto == &COMPATNAME(route_protosw)[0]);
1779 static const struct protosw COMPATNAME(route_protosw)[] = { variable in typeref:typename:const struct protosw COMPATNAME ()[]
1795 .dom_protosw = COMPATNAME(route_protosw),
1797 &COMPATNAME(route_protosw)[__arraycount(COMPATNAME(route_protosw))],

Completed in 12 milliseconds