Home
last modified time | relevance | path

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

/mirbsd/src/sys/kern/
Duipc_usrreq.c139 switch (so->so_type) { in uipc_usrreq()
172 switch (so->so_type) { in uipc_usrreq()
251 if (so->so_type == SOCK_STREAM && unp->unp_conn != NULL) { in uipc_usrreq()
336 switch (so->so_type) { in unp_attach()
470 if (so->so_type != so2->so_type) { in unp_connect()
502 if (so2->so_type != so->so_type) in unp_connect2()
506 switch (so->so_type) { in unp_connect2()
534 switch (unp->unp_socket->so_type) { in unp_disconnect()
574 if (unp->unp_socket->so_type == SOCK_STREAM && unp->unp_conn && in unp_shutdown()
Duipc_socket.c115 so->so_type = type;
401 (so->so_type == SOCK_STREAM && (flags & MSG_EOR))) {
1155 *mtod(m, int *) = so->so_type;
Duipc_socket2.c170 so->so_type = head->so_type; in sonewconn()
/mirbsd/src/sys/netinet/
Dip_mroute.c433 so->so_type, so->so_proto->pr_protocol);
435 if (so->so_type != SOCK_RAW ||
1872 so->so_type, so->so_proto->pr_protocol);
1874 if (so->so_type != SOCK_RAW ||
1924 so->so_type, so->so_proto->pr_protocol);
1926 if (so->so_type != SOCK_RAW ||
1970 if (so->so_type != SOCK_RAW ||
/mirbsd/src/usr.bin/netstat/
Dunix.c127 PLEN, soaddr, socktype[so->so_type], so->so_rcv.sb_cc, in unixdomainpr()
/mirbsd/src/usr.bin/fstat/
Dfstat.c797 if ((u_short)so.so_type > STYPEMAX) in socktrans()
798 printf("* %s ?%d", dname, so.so_type); in socktrans()
800 printf("* %s %s", dname, stypename[so.so_type]); in socktrans()
/mirbsd/src/sys/miscfs/portal/
Dportal_vnops.c258 if (so->so_type != so2->so_type)
/mirbsd/src/sys/nfs/
Dnfs_syscalls.c434 if (so->so_type == SOCK_STREAM)
449 if (so->so_type == SOCK_STREAM) {
595 sotype = so->so_type;
Dnfs_socket.c394 if (so->so_type == SOCK_SEQPACKET)
1785 if (so->so_type == SOCK_STREAM) {
Dnfs_subs.c1662 (slp->ns_so->so_type == SOCK_STREAM && ntohs(saddr->sin_port) == 20))) {
Dnfs_serv.c3114 if (slp->ns_so->so_type == SOCK_DGRAM)
/mirbsd/src/sys/sys/
Dsocketvar.h47 short so_type; /* generic type, see socket.h */ member
/mirbsd/src/sys/netinet6/
Dip6_mroute.c436 so->so_type, so->so_proto->pr_protocol);
439 if (so->so_type != SOCK_RAW ||