Searched refs:O_NONBLOCK (Results 1 – 22 of 22) sorted by relevance
25 #ifndef O_NONBLOCK26 #define O_NONBLOCK 00004000 macro50 #define O_NDELAY O_NONBLOCK
36 #ifndef O_NONBLOCK37 #define O_NONBLOCK 00004000 macro61 #define O_NDELAY O_NONBLOCK
46 #ifndef O_NONBLOCK47 #define O_NONBLOCK 00004000 macro90 #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
42 #define IN_NONBLOCK O_NONBLOCK
16 #define SFD_NONBLOCK O_NONBLOCK
37 #define EFD_NONBLOCK O_NONBLOCK
24 #define O_NONBLOCK 0x0080 macro
25 #define SFD_NONBLOCK O_NONBLOCK
64 #define IN_NONBLOCK O_NONBLOCK
51 native_flags |= O_NONBLOCK; in tdf_flags_pton()
51 mipsflags |= O_NONBLOCK; in open_flags_pton()
193 mipsflags |= O_NONBLOCK; in fcntl_flags_pton()231 if (flags & O_NONBLOCK) in fcntl_flags_ntop()
41 # define SOCK_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()