Home
last modified time | relevance | path

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

/dflybsd-src/sys/kern/
H A Dsys_socket.c75 int msgflags; in soo_read() local
82 msgflags = 0; in soo_read()
84 msgflags = MSG_FNONBLOCKING; in soo_read()
86 msgflags = MSG_FNONBLOCKING; in soo_read()
88 msgflags = 0; in soo_read()
90 error = so_pru_soreceive(so, NULL, uio, NULL, NULL, &msgflags); in soo_read()
102 int msgflags; in soo_write() local
107 msgflags = 0; in soo_write()
109 msgflags = MSG_FNONBLOCKING; in soo_write()
111 msgflags = MSG_FNONBLOCKING; in soo_write()
[all …]