Home
last modified time | relevance | path

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

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