Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Duipc_proto.c55 const struct protosw unixsw[] = {
86 .dom_protosw = unixsw,
87 .dom_protoswNPROTOSW = &unixsw[__arraycount(unixsw)],
54 const struct protosw unixsw[] = { global() variable
/netbsd-src/usr.bin/netstat/
H A Dunix.c146 struct protosw *unixsw = (struct protosw *)off; in unixpr() local
225 if (so->so_proto >= unixsw && in unixpr()
226 so->so_proto <= unixsw + 2) in unixpr()