Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Dndrv.c1091 static int ndrv_proto_count = (sizeof(ndrvsw) / sizeof(struct protosw)); variable
1110 for (i = 0, pr = &ndrvsw[0]; i < ndrv_proto_count; i++, pr++) { in ndrv_dominit()