Home
last modified time | relevance | path

Searched defs:SOCK_NONBLOCK (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dif.h246 # define SOCK_NONBLOCK 0x20000000 macro
/netbsd-src/sys/sys/
H A Dsocket.h114 #define SOCK_NONBLOCK 0x20000000 /* set non blocking i/o socket */ macro