Searched refs:SOCK_MSG_PEEK (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/bsd/libpcap/dist/ | ||
| D | sockutils.h | 113 #define SOCK_MSG_PEEK 0x00000004 /* Return data but leave it in the sock… macro |
| D | sockutils.c | 1438 if (flags & SOCK_MSG_PEEK) in sock_recv() |