Searched refs:soflags (Results 1 – 1 of 1) sorted by relevance
1283 int *fds, soflags, sotype; in nvlist_recv() local1290 soflags = sotype == SOCK_DGRAM ? MSG_PEEK : 0; in nvlist_recv()1291 if (buf_recv(sock, &nvlhdr, sizeof(nvlhdr), soflags) == -1) in nvlist_recv()