Home
last modified time | relevance | path

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

/src/sys/contrib/libnv/
H A Dnvlist.c1283 int *fds, soflags, sotype; in nvlist_recv() local
1290 soflags = sotype == SOCK_DGRAM ? MSG_PEEK : 0; in nvlist_recv()
1291 if (buf_recv(sock, &nvlhdr, sizeof(nvlhdr), soflags) == -1) in nvlist_recv()