Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Drtsock.c2483 static int route_proto_count = (sizeof(routesw) / sizeof(struct protosw)); variable
2502 for (i = 0, pr = &routesw[0]; i < route_proto_count; i++, pr++) { in route_dinit()