Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/libpcap/dist/
Dsockutils.h113 #define SOCK_MSG_PEEK 0x00000004 /* Return data but leave it in the sock… macro
Dsockutils.c1438 if (flags & SOCK_MSG_PEEK) in sock_recv()