| /src/usr.bin/netstat/ | 
| unix.c | 90 unixdomainpr0(u_long so_pcb, u_long so_type, u_long rcvq, u_long sndq, 95 	    so_pcb, socktype[so_type], rcvq, sndq, inode, conn, refs,
 133 	unixdomainpr0((u_long)so->so_pcb, so->so_type, so->so_rcv.sb_cc,
 
 | 
| /src/sys/kern/ | 
| uipc_usrreq.c | 415 	switch (so->so_type) { 489 	switch (so->so_type) {
 561 			switch(so->so_type) {
 725 	switch (so->so_type) {
 895 	switch (so->so_type) {
 1103 	if (so2->so_type != so->so_type)
 1123 	switch (so->so_type) {
 1200 	if (so->so_type != so2->so_type) {
 [all...]
 | 
| uipc_domain.c | 610 		if (so->so_type != type) 
 | 
| uipc_socket2.c | 315 	so->so_type = head->so_type; 
 | 
| uipc_socket.c | 526 	so->so_type = type; 1983 	case SO_TYPE:
 1984 		error = sockopt_setint(sopt, so->so_type);
 
 | 
| /src/sys/fs/nfs/client/ | 
| nfs_clkrpc.c | 189 	if (so->so_type == SOCK_DGRAM) 
 | 
| /src/sys/fs/nfs/server/ | 
| nfs_nfsdkrpc.c | 445 	if (so->so_type == SOCK_DGRAM) 462 		if (so->so_type == SOCK_STREAM)
 
 | 
| /src/sys/nfs/ | 
| nfs_syscalls.c | 528 	if (so->so_type == SOCK_STREAM) 545 	if (so->so_type == SOCK_STREAM) {
 727 		sotype = slp->ns_so->so_type;
 832 						nfsd_rt(slp->ns_so->so_type, nd,
 
 | 
| nfs_socket.c | 495 	if (so->so_type == SOCK_SEQPACKET) 503 			if (error == ENOBUFS && so->so_type == SOCK_DGRAM) {
 535 			if (error != ENOBUFS || so->so_type != SOCK_DGRAM)
 
 | 
| nfs_srvsocket.c | 141 	if (so->so_type == SOCK_STREAM) { 
 | 
| nfs_serv.c | 3436 	if (slp->ns_so->so_type == SOCK_DGRAM) 
 | 
| /src/usr.bin/fstat/ | 
| fstat.c | 1252 	if ((u_short)so.so_type > STYPEMAX) 1253 		(void)printf("* %s ?%d", dname, so.so_type);
 1255 		(void)printf("* %s %s", dname, stypename[so.so_type]);
 
 | 
| /src/sys/sys/ | 
| socketvar.h | 136 	short		so_type;	/* generic type, see socket.h */  member in struct:socket 
 | 
| /src/sys/netinet/ | 
| in_pcb.c | 541 	    inp->inp_socket->so_type == SOCK_STREAM) 648 	if (ipsec_enabled && inp->inp_socket->so_type == SOCK_STREAM)
 
 | 
| portalgo.c | 164 	switch (so->so_type) { 
 | 
| ip_mroute.c | 589 		    "ip_mrouter_init: so_type = %d, pr_protocol = %d\n", 590 		    so->so_type, so->so_proto->pr_protocol);
 592 	if (so->so_type != SOCK_RAW ||
 
 | 
| sctp_pcb.c | 1382 	if ((so->so_type == SOCK_DGRAM) || 1383 	    (so->so_type == SOCK_SEQPACKET)) {
 1390 	} else if (so->so_type == SOCK_STREAM) {
 
 | 
| /src/sys/netinet6/ | 
| in6_pcb.c | 415 	    inp->inp_socket->so_type == SOCK_STREAM) 544 	if (ipsec_enabled && inp->inp_socket->so_type == SOCK_STREAM)
 
 | 
| ip6_mroute.c | 474 		    "ip6_mrouter_init: so_type = %d, pr_protocol = %d\n", 475 		    so->so_type, so->so_proto->pr_protocol);
 478 	if (so->so_type != SOCK_RAW ||
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ | 
| vmwgfx_execbuf.c | 2534 	enum vmw_so_type so_type;  local in function:vmw_cmd_dx_so_define 2540 	so_type = vmw_so_cmd_to_type(header->id);
 2541 	res = vmw_context_cotable(ctx_node->ctx, vmw_so_cotables[so_type]);
 
 |