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

  /src/sys/kern/
uipc_proto.c 55 const struct protosw unixsw[] = { variable in typeref:typename:const struct protosw[]
86 .dom_protosw = unixsw,
87 .dom_protoswNPROTOSW = &unixsw[__arraycount(unixsw)],
  /src/usr.bin/netstat/
unix.c 146 struct protosw *unixsw = (struct protosw *)off; local in function:unixpr
225 if (so->so_proto >= unixsw &&
226 so->so_proto <= unixsw + 2)

Completed in 30 milliseconds