Home
last modified time | relevance | path

Searched defs:EADDRNOTAVAIL (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/ntp/libntp/lib/isc/win32/include/isc/
HDnet.h224 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDerrno.h92 # define EADDRNOTAVAIL 9903 macro
/freebsd-13-stable/sys/sys/
HDerrno.h112 #define EADDRNOTAVAIL 49 /* Can't assign requested address */ macro
/freebsd-13-stable/cddl/lib/libdtrace/
HDerrno.d130 inline int EADDRNOTAVAIL = 49; variable
/freebsd-13-stable/contrib/lib9p/pytest/
HDlerrno.py105 EADDRNOTAVAIL = 99 variable