Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Duipc_usrreq.c559 switch (so->so_type) { in uipc_rcvd()
639 switch (so->so_type) { in uipc_send()
1035 switch (so->so_type) { in unp_attach()
1060 if (so->so_type == SOCK_STREAM) { in unp_attach()
1308 if (so2->so_type != so->so_type) { in unp_connect2()
1333 if ((so->so_type == SOCK_STREAM || so->so_type == SOCK_SEQPACKET) && in unp_connect2()
1379 switch (so->so_type) { in unp_disconnect()
2452 if (so->so_type != type) { in unp_find_lockref()
2486 KASSERT(so->so_type == so2->so_type, in unp_connect_pair()
2487 ("socket type mismatch, so %d, so2 %d", so->so_type, so2->so_type)); in unp_connect_pair()
[all …]
H A Duipc_socket2.c375 so->so_type = head->so_type; in sonewconn_faddr()
831 xso->so_type = so->so_type; in sotoxsocket()
H A Duipc_socket.c263 so->so_type = type; in socreate()
793 if (so->so_type == SOCK_STREAM && (flags & MSG_EOR)) { in sosend()
2373 optval = so->so_type; in sogetopt()
H A Duipc_syscalls.c1695 if (so->so_type != SOCK_STREAM) { in kern_sendfile()
/dragonfly/usr.bin/netstat/
H A Dunix.c125 (long)so->so_pcb, socktype[so->so_type], so->so_rcv.sb_cc, in unixdomainpr()
/dragonfly/usr.bin/fstat/
H A Dfstat.c900 if ((u_short)so.so_type > STYPEMAX) in socktrans()
901 printf("* %-9s ?%d", dname, so.so_type); in socktrans()
903 printf("* %-9s %s", dname, stypename[so.so_type]); in socktrans()
/dragonfly/sys/sys/
H A Dsocketvar.h117 short so_type; /* generic type, see socket.h */ member
210 short so_type; member
/dragonfly/sys/vfs/nfs/
H A Dnfs_syscalls.c345 if (so->so_type == SOCK_STREAM) in nfssvc_addsock()
364 if (so->so_type == SOCK_STREAM) { in nfssvc_addsock()
592 sotype = slp->ns_so->so_type; in nfssvc_nfsd()
H A Dnfs_socket.c472 if (so->so_type == SOCK_SEQPACKET) in nfs_send()
487 if (error == ENOBUFS && so->so_type == SOCK_DGRAM) { in nfs_send()
2595 if (so->so_type == SOCK_STREAM) { in nfsrv_rcv()
H A Dnfs_serv.c3866 if (slp->ns_so->so_type == SOCK_DGRAM) in nfsrv_fsinfo()
/dragonfly/sys/net/ip_mroute/
H A Dip_mroute.c564 so->so_type, so->so_proto->pr_protocol); in ip_mrouter_init()
566 if (so->so_type != SOCK_RAW || so->so_proto->pr_protocol != IPPROTO_IGMP) in ip_mrouter_init()
2034 if (so->so_type != SOCK_RAW || so->so_proto->pr_protocol != IPPROTO_RSVP) in X_ip_rsvp_vif()
2089 if (so->so_type != SOCK_RAW || so->so_proto->pr_protocol != IPPROTO_RSVP) in X_ip_rsvp_force_done()
/dragonfly/sys/netinet6/
H A Dip6_mroute.c419 so->so_type, so->so_proto->pr_protocol); in ip6_mrouter_init()
422 if (so->so_type != SOCK_RAW || in ip6_mrouter_init()
/dragonfly/sys/netgraph7/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c614 if (so->so_type != SOCK_RAW) { in ng_btsocket_l2cap_raw_attach()
H A Dng_btsocket_hci_raw.c916 if (so->so_type != SOCK_RAW) { in ng_btsocket_hci_raw_attach()
H A Dng_btsocket_l2cap.c1926 if (so->so_type != SOCK_SEQPACKET) { in ng_btsocket_l2cap_attach()
H A Dng_btsocket_rfcomm.c387 if (so->so_type != SOCK_STREAM) { in ng_btsocket_rfcomm_attach()
/dragonfly/sys/netinet/
H A Dip_input.c2287 if (so->so_type != SOCK_RAW || in ip_rsvp_init()