Home
last modified time | relevance | path

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

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