Home
last modified time | relevance | path

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

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