Home
last modified time | relevance | path

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

/external/libpcap/
Dsockutils.h109 #define SOCK_MSG_PEEK 0x00000004 /* Return data but leave it in the socket queue */ macro
Dsockutils.c1025 if (flags & SOCK_MSG_PEEK) in sock_recv()
/external/libpcap/rpcapd/
Ddaemon.c264 SOCK_EOF_ISNT_ERROR|SOCK_MSG_PEEK, errbuf, PCAP_ERRBUF_SIZE); in daemon_serviceloop()