Home
last modified time | relevance | path

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

/netbsd-src/sys/netipsec/
H A Dkeysock.c80 static const struct protosw keysw[]; variable
590 KASSERT(so->so_proto == &keysw[0]); in key_send()
668 static const struct protosw keysw[] = { variable
684 .dom_protosw = keysw,
685 .dom_protoswNPROTOSW = &keysw[__arraycount(keysw)],