Searched refs:soflags (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/kern/ |
| D | uipc_syscalls.c | 1273 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/ |
| D | nfs_socket.c | 471 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()
|