Home
last modified time | relevance | path

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

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