Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dsockutils.h113 #define SOCK_MSG_PEEK 0x00000004 /* Return data but leave it in the socket queue */ macro
H A Dsockutils.c1438 if (flags & SOCK_MSG_PEEK) in sock_recv()
/freebsd/contrib/libpcap/rpcapd/
H A Ddaemon.c262 SOCK_EOF_ISNT_ERROR|SOCK_MSG_PEEK, errbuf, PCAP_ERRBUF_SIZE); in daemon_serviceloop()