HomeSort by: relevance | last modified time | path
    Searched defs:keysw (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netipsec/
keysock.c 80 static const struct protosw keysw[]; variable in typeref:typename:const struct protosw[]
590 KASSERT(so->so_proto == &keysw[0]);
668 static const struct protosw keysw[] = { variable in typeref:typename:const struct protosw[]
684 .dom_protosw = keysw,
685 .dom_protoswNPROTOSW = &keysw[__arraycount(keysw)],
keysock.c 80 static const struct protosw keysw[]; variable in typeref:typename:const struct protosw[]
590 KASSERT(so->so_proto == &keysw[0]);
668 static const struct protosw keysw[] = { variable in typeref:typename:const struct protosw[]
684 .dom_protosw = keysw,
685 .dom_protoswNPROTOSW = &keysw[__arraycount(keysw)],

Completed in 24 milliseconds