Home
last modified time | relevance | path

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

/openbsd/sys/nfs/
H A Dnfs_socket.c471 int error, soflags, flags; in nfs_send() local
484 soflags = rep->r_nmp->nm_soflags; in nfs_send()
486 soflags = so->so_proto->pr_flags; in nfs_send()
487 if ((soflags & PR_CONNREQUIRED) || (so->so_state & SS_ISCONNECTED)) in nfs_send()