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))],
|