Home | History | Annotate | Download | only in udp

Lines Matching full:errno

7 #include <errno.h>
92 return MapSystemError(errno);
114 return MapSystemError(errno);
150 return MapSystemError(errno);
189 if (errno != EAGAIN && errno != EWOULDBLOCK)
190 return MapSystemError(errno);
195 DVLOG(1) << "WatchFileDescriptor failed on write, errno " << errno;
196 return MapSystemError(errno);
224 return MapSystemError(errno);
245 return MapSystemError(errno);
286 return MapSystemError(errno);
288 const int err = MapSystemError(errno);
302 result = MapSystemError(errno);
340 result = MapSystemError(errno);