Home | Sort by: relevance | last modified time | path |
/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) |