Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Duipc_syscalls.c1273 int error, soflags = 0; in pipe1() local
1280 soflags |= SOCK_CLOEXEC; in pipe1()
1282 soflags |= SOCK_NONBLOCK; in pipe1()
1284 soflags |= SOCK_NOSIGPIPE; in pipe1()
1286 error = fsocreate(AF_LOCAL, &rso, SOCK_STREAM|soflags, 0, &rfd, &rf, in pipe1()
1290 error = fsocreate(AF_LOCAL, &wso, SOCK_STREAM|soflags, 0, &wfd, &wf, in pipe1()
/netbsd/src/sys/nfs/
Dnfs_socket.c471 int error, soflags, flags; in nfs_send() local
488 soflags = rep->r_nmp->nm_soflags; in nfs_send()
490 soflags = so->so_proto->pr_flags; in nfs_send()
491 if ((soflags & PR_CONNREQUIRED) || (so->so_state & SS_ISCONNECTED)) in nfs_send()