Home
last modified time | relevance | path

Searched refs:PR_CONNREQUIRED (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/sys/kern/
Duipc_proto.c50 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS,
57 .pr_flags = PR_ATOMIC|PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS,
Duipc_socket.c535 ((so->so_proto->pr_flags & PR_CONNREQUIRED) || in soconnect()
643 if (so->so_proto->pr_flags & PR_CONNREQUIRED) { in sosend()
935 (so->so_proto->pr_flags & PR_CONNREQUIRED)) { in soreceive()
1376 (so->so_proto->pr_flags & PR_CONNREQUIRED)) { in sosplice()
2371 (so->so_proto->pr_flags & PR_CONNREQUIRED)) { in filt_sowrite()
Duipc_usrreq.c888 if (so->so_proto->pr_flags & PR_CONNREQUIRED) { in unp_connect()
/openbsd/src/sys/nfs/
Dnfs_socket.c303 if (nmp->nm_soflags & PR_CONNREQUIRED) { in nfs_connect()
353 if (so->so_proto->pr_flags & PR_CONNREQUIRED) { in nfs_connect()
487 if ((soflags & PR_CONNREQUIRED) || (so->so_state & SS_ISCONNECTED)) in nfs_send()
930 if (nmp->nm_soflags & PR_CONNREQUIRED) in nfs_request()
935 if (nmp->nm_soflags & PR_CONNREQUIRED) in nfs_request()
1665 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) in nfsrv_rcv()
Dnfs.h186 ((s) & PR_CONNREQUIRED) == 0)
Dnfs_syscalls.c382 if (ISSET(so->so_proto->pr_flags, PR_CONNREQUIRED)) in nfssvc_nfsd()
/openbsd/src/sys/netinet6/
Din6_proto.c150 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_ABRTACPTDIS|PR_SPLICE,
/openbsd/src/sys/netinet/
Din_proto.c200 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_ABRTACPTDIS|PR_SPLICE,
Din_pcb.c287 ((so->so_proto->pr_flags & PR_CONNREQUIRED) == 0 || in in_pcbbind_locked()
/openbsd/src/sys/sys/
Dprotosw.h126 #define PR_CONNREQUIRED 0x0004 /* connection required by protocol */ macro
Dsocketvar.h298 (so->so_proto->pr_flags & PR_CONNREQUIRED)==0)) || in sowriteable()