Home
last modified time | relevance | path

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

/original-bsd/sys/kern/
H A Duipc_usrreq.c116 switch (so->so_type) {
149 switch (so->so_type) {
226 if (so->so_type == SOCK_STREAM && unp->unp_conn != 0) {
300 switch (so->so_type) {
437 if (so->so_type != so2->so_type) {
468 if (so2->so_type != so->so_type)
472 switch (so->so_type) {
501 switch (unp->unp_socket->so_type) {
545 if (unp->unp_socket->so_type == SOCK_STREAM && unp->unp_conn &&
H A Duipc_socket2.c139 so->so_type = head->so_type;
H A Duipc_socket.c53 so->so_type = type;
957 *mtod(m, int *) = so->so_type;
/original-bsd/usr.bin/netstat/
H A Dunix.c100 soaddr, socktype[so->so_type], so->so_rcv.sb_cc, so->so_snd.sb_cc,
/original-bsd/usr.bin/fstat/
H A Dfstat.c587 if ((u_short)so.so_type > STYPEMAX)
588 printf("* %s ?%d", dname, so.so_type);
590 printf("* %s %s", dname, stypename[so.so_type]);
/original-bsd/sys/miscfs/portal/
H A Dportal_vnops.c141 if (so->so_type != so2->so_type)
/original-bsd/sys/sys/
H A Dsocketvar.h19 short so_type; /* generic type, see socket.h */ member
/original-bsd/sys/nfs/
H A Dnfs_syscalls.c331 if (so->so_type == SOCK_STREAM)
346 if (so->so_type == SOCK_STREAM) {
491 sotype = so->so_type;
H A Dnfs_socket.c399 if (so->so_type == SOCK_SEQPACKET)
1617 if (so->so_type == SOCK_STREAM) {
H A Dnfs_nqlease.c463 sotype = so->so_type;
H A Dnfs_serv.c3116 if (slp->ns_so->so_type == SOCK_DGRAM)
/original-bsd/sys/netinet/
H A Dip_mroute.c170 if (so->so_type != SOCK_RAW ||