Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h224 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h92 # define EADDRNOTAVAIL 9903 macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d130 inline int EADDRNOTAVAIL = 49; variable
/freebsd/sys/sys/
H A Derrno.h110 #define EADDRNOTAVAIL 49 /* Can't assign requested address */ macro
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py105 EADDRNOTAVAIL = 99 variable