Searched refs:EADDRNOTAVAIL (Results 1 - 25 of 79) sorted by relevance

1234

/freebsd-10.1-release/sys/sys/
H A Derrno.h111 #define EADDRNOTAVAIL 49 /* Can't assign requested address */ macro
/freebsd-10.1-release/contrib/ntp/lib/isc/unix/
H A Derrno2result.c105 case EADDRNOTAVAIL:
/freebsd-10.1-release/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h223 #undef EADDRNOTAVAIL macro
224 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
/freebsd-10.1-release/sys/netipx/
H A Dipx_pcb.c125 return (EADDRNOTAVAIL);
172 return (EADDRNOTAVAIL);
255 return (EADDRNOTAVAIL);
302 return (EADDRNOTAVAIL);
H A Dipx.c112 return (EADDRNOTAVAIL);
127 error = EADDRNOTAVAIL;
135 error = EADDRNOTAVAIL;
147 error = EADDRNOTAVAIL;
183 error = EADDRNOTAVAIL;
/freebsd-10.1-release/contrib/libpcap/
H A Dfad-gifc.c272 if (errno == EADDRNOTAVAIL) {
303 if (errno == EADDRNOTAVAIL) {
342 if (errno == EADDRNOTAVAIL) {
H A Dfad-glifc.c238 if (errno == EADDRNOTAVAIL) {
266 if (errno == EADDRNOTAVAIL) {
301 if (errno == EADDRNOTAVAIL) {
/freebsd-10.1-release/cddl/lib/libdtrace/
H A Derrno.d131 inline int EADDRNOTAVAIL = 49;
132 #pragma D binding "1.0" EADDRNOTAVAIL
/freebsd-10.1-release/sys/netatalk/
H A Dddp_pcb.c125 return (EADDRNOTAVAIL);
150 return (EADDRNOTAVAIL);
167 return (EADDRNOTAVAIL);
213 return (EADDRNOTAVAIL);
/freebsd-10.1-release/sys/netinet6/
H A Din6_mcast.c1365 return (EADDRNOTAVAIL);
1391 error = EADDRNOTAVAIL;
1421 error = EADDRNOTAVAIL;
1597 return (EADDRNOTAVAIL);
1600 return (EADDRNOTAVAIL);
1611 return (EADDRNOTAVAIL);
1738 error = EADDRNOTAVAIL;
1851 return (EADDRNOTAVAIL);
1893 return (EADDRNOTAVAIL);
1908 return (EADDRNOTAVAIL);
[all...]
H A Din6_pcb.c124 return (EADDRNOTAVAIL);
168 return (EADDRNOTAVAIL);
181 return (EADDRNOTAVAIL);
323 return (EADDRNOTAVAIL);
/freebsd-10.1-release/sys/netinet/
H A Din_mcast.c1369 return (EADDRNOTAVAIL);
1393 error = EADDRNOTAVAIL;
1422 error = EADDRNOTAVAIL;
1637 return (EADDRNOTAVAIL);
1798 error = EADDRNOTAVAIL;
1990 return (EADDRNOTAVAIL);
2002 return (EADDRNOTAVAIL);
2040 error = EADDRNOTAVAIL;
2282 return (EADDRNOTAVAIL);
2287 return (EADDRNOTAVAIL);
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A Dsystem_error.h128 address_not_available, // EADDRNOTAVAIL
243 # ifndef EADDRNOTAVAIL
244 # define EADDRNOTAVAIL 101 macro
492 address_not_available = EADDRNOTAVAIL,
/freebsd-10.1-release/bin/date/
H A Dnetdate.c101 if (errno != EADDRNOTAVAIL)
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dstrerror.c370 #if defined (EADDRNOTAVAIL)
371 ENTRY(EADDRNOTAVAIL, "EADDRNOTAVAIL","Cannot assign requested address"),
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dstrerror.c370 #if defined (EADDRNOTAVAIL)
371 ENTRY(EADDRNOTAVAIL, "EADDRNOTAVAIL","Cannot assign requested address"),
/freebsd-10.1-release/lib/libc/net/
H A Dsourcefilter.c165 errno = EADDRNOTAVAIL;
238 errno = EADDRNOTAVAIL;
/freebsd-10.1-release/sys/net/
H A Dif_gif.c809 error = EADDRNOTAVAIL;
828 error = EADDRNOTAVAIL;
848 error = EADDRNOTAVAIL;
867 error = EADDRNOTAVAIL;
890 error = EADDRNOTAVAIL;
980 error = EADDRNOTAVAIL;
H A Dif_arcsubr.c780 return EADDRNOTAVAIL;
787 return EADDRNOTAVAIL;
815 return EADDRNOTAVAIL;
H A Dif_fddisubr.c722 return (EADDRNOTAVAIL);
730 return (EADDRNOTAVAIL);
761 return (EADDRNOTAVAIL);
H A Dif_iso88025subr.c712 return (EADDRNOTAVAIL);
721 return (EADDRNOTAVAIL);
751 return (EADDRNOTAVAIL);
H A Dif_gre.c770 error = EADDRNOTAVAIL;
792 error = EADDRNOTAVAIL;
809 error = EADDRNOTAVAIL;
905 return EADDRNOTAVAIL;
/freebsd-10.1-release/usr.sbin/rtadvd/
H A Drrenum.c168 errno != EADDRNOTAVAIL)
204 errno != EADDRNOTAVAIL)
/freebsd-10.1-release/contrib/bsnmp/snmpd/
H A Dtrans_udp.c128 if (errno == EADDRNOTAVAIL) {
/freebsd-10.1-release/sys/ia64/ia64/
H A Defi.c62 EADDRNOTAVAIL, /* EFI_NO_MAPPING */

Completed in 273 milliseconds

1234