Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netkey/ !
H A Dkeysock.c566 static int key_proto_count = (sizeof(keysw) / sizeof(struct protosw)); variable
586 for (i = 0, pr = &keysw[0]; i < key_proto_count; i++, pr++) { in key_dinit()