HomeSort by: relevance | last modified time | path
    Searched defs:MSG_DONTWAIT (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
net_help.h 99 /** define MSG_DONTWAIT for unsupported platforms */
100 #ifndef MSG_DONTWAIT
101 #define MSG_DONTWAIT 0
  /src/external/bsd/wpa/dist/src/utils/
common.h 74 #ifndef MSG_DONTWAIT
75 #define MSG_DONTWAIT 0 /* not supported */
423 #ifndef MSG_DONTWAIT
424 #define MSG_DONTWAIT 0
  /src/sys/sys/
socket.h 498 #define MSG_DONTWAIT 0x0080 /* this message should be nonblocking */

Completed in 17 milliseconds