Searched refs:so_type (Results 1 – 13 of 13) sorted by relevance
| /mirbsd/src/sys/kern/ |
| D | uipc_usrreq.c | 139 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()
|
| D | uipc_socket.c | 115 so->so_type = type; 401 (so->so_type == SOCK_STREAM && (flags & MSG_EOR))) { 1155 *mtod(m, int *) = so->so_type;
|
| D | uipc_socket2.c | 170 so->so_type = head->so_type; in sonewconn()
|
| /mirbsd/src/sys/netinet/ |
| D | ip_mroute.c | 433 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/ |
| D | unix.c | 127 PLEN, soaddr, socktype[so->so_type], so->so_rcv.sb_cc, in unixdomainpr()
|
| /mirbsd/src/usr.bin/fstat/ |
| D | fstat.c | 797 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/ |
| D | portal_vnops.c | 258 if (so->so_type != so2->so_type)
|
| /mirbsd/src/sys/nfs/ |
| D | nfs_syscalls.c | 434 if (so->so_type == SOCK_STREAM) 449 if (so->so_type == SOCK_STREAM) { 595 sotype = so->so_type;
|
| D | nfs_socket.c | 394 if (so->so_type == SOCK_SEQPACKET) 1785 if (so->so_type == SOCK_STREAM) {
|
| D | nfs_subs.c | 1662 (slp->ns_so->so_type == SOCK_STREAM && ntohs(saddr->sin_port) == 20))) {
|
| D | nfs_serv.c | 3114 if (slp->ns_so->so_type == SOCK_DGRAM)
|
| /mirbsd/src/sys/sys/ |
| D | socketvar.h | 47 short so_type; /* generic type, see socket.h */ member
|
| /mirbsd/src/sys/netinet6/ |
| D | ip6_mroute.c | 436 so->so_type, so->so_proto->pr_protocol); 439 if (so->so_type != SOCK_RAW ||
|