Searched refs:O_NONBLOCK (Results 1 – 13 of 13) sorted by relevance
36 #ifndef O_NONBLOCK37 #define O_NONBLOCK 00004000 macro61 #define O_NDELAY O_NONBLOCK
46 #ifndef O_NONBLOCK47 #define O_NONBLOCK 00004000 macro96 #define O_NDELAY O_NONBLOCK
41 #define IN_NONBLOCK O_NONBLOCK
42 #define TFD_NONBLOCK O_NONBLOCK
38 #define EFD_NONBLOCK O_NONBLOCK
68 #define SOCK_NONBLOCK O_NONBLOCK
37 #define EFD_NONBLOCK O_NONBLOCK
24 #define O_NONBLOCK 0x0080 macro
25 #define O_NONBLOCK 0x0080 macro
25 #define SFD_NONBLOCK O_NONBLOCK
64 #define IN_NONBLOCK O_NONBLOCK
63 int interface = open("/dev/net/tun", O_RDWR | O_NONBLOCK); in get_interface()199 fcntl(tunnel, F_SETFL, O_NONBLOCK); in main()