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

1234

/freebsd-current/contrib/llvm-project/libcxx/include/
H A Derrno.h91 # ifndef EADDRNOTAVAIL
92 # define EADDRNOTAVAIL 9903 macro
/freebsd-current/contrib/ntp/libntp/lib/isc/unix/
H A Derrno2result.c105 case EADDRNOTAVAIL:
/freebsd-current/sys/xen/
H A Derror.h71 [XEN_EADDRNOTAVAIL] = EADDRNOTAVAIL,
/freebsd-current/contrib/lib9p/pytest/
H A Dlerrno.py105 EADDRNOTAVAIL = 99 variable
238 EADDRNOTAVAIL: 'Cannot assign requested address',
/freebsd-current/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h223 #undef EADDRNOTAVAIL macro
224 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
/freebsd-current/sys/contrib/xen/
H A Derrno.h109 XEN_ERRNO(EADDRNOTAVAIL, 99) /* Cannot assign requested address */
/freebsd-current/sys/sys/
H A Derrno.h110 #define EADDRNOTAVAIL 49 /* Can't assign requested address */ macro
/freebsd-current/contrib/libpcap/
H A Dfad-gifc.c283 if (errno == EADDRNOTAVAIL) {
314 if (errno == EADDRNOTAVAIL) {
353 if (errno == EADDRNOTAVAIL) {
H A Dfad-glifc.c216 if (errno == EADDRNOTAVAIL) {
244 if (errno == EADDRNOTAVAIL) {
279 if (errno == EADDRNOTAVAIL) {
/freebsd-current/cddl/lib/libdtrace/
H A Derrno.d130 inline int EADDRNOTAVAIL = 49;
131 #pragma D binding "1.0" EADDRNOTAVAIL
295 errno == EADDRNOTAVAIL ? "Can't assign requested address" :
/freebsd-current/sys/netinet6/
H A Dscope6.c578 return (EADDRNOTAVAIL);
586 return (sa6->sin6_scope_id ? 0: EADDRNOTAVAIL);
605 return (EADDRNOTAVAIL);
H A Din6_gif.c126 return (EADDRNOTAVAIL);
223 error = EADDRNOTAVAIL;
241 if (error == EADDRNOTAVAIL)
268 error = EADDRNOTAVAIL;
H A Din6_jail.c198 * EADDRNOTAVAIL if the address doesn't belong, or EAFNOSUPPORT if the jail
235 if (error == EADDRNOTAVAIL && IN6_IS_ADDR_LOOPBACK(ia6)) {
271 prison_check_ip6_locked(pr, ia6) == EADDRNOTAVAIL) {
288 * EADDRNOTAVAIL if the address doesn't belong to the jail.
H A Dip6_gre.c141 return (EADDRNOTAVAIL);
407 &sc->gre_oip6.ip6_dst, value) == EADDRNOTAVAIL)
455 error = EADDRNOTAVAIL;
474 if (error == EADDRNOTAVAIL)
506 error = EADDRNOTAVAIL;
H A Din6_mcast.c1474 return (EADDRNOTAVAIL);
1498 error = EADDRNOTAVAIL;
1524 error = EADDRNOTAVAIL;
1702 return (EADDRNOTAVAIL);
1713 return (EADDRNOTAVAIL);
1835 error = EADDRNOTAVAIL;
1945 return (EADDRNOTAVAIL);
1988 return (EADDRNOTAVAIL);
2002 return (EADDRNOTAVAIL);
2063 error = EADDRNOTAVAIL;
[all...]
H A Draw_ip6.c750 return (EADDRNOTAVAIL);
758 return (EADDRNOTAVAIL);
765 return (EADDRNOTAVAIL);
791 return (EADDRNOTAVAIL);
/freebsd-current/sys/netinet/
H A Din_gif.c120 return (EADDRNOTAVAIL);
218 error = EADDRNOTAVAIL;
227 if (error == EADDRNOTAVAIL)
255 error = EADDRNOTAVAIL;
H A Din_jail.c211 * EADDRNOTAVAIL if the address doesn't belong, or EAFNOSUPPORT if the jail
250 if (error == EADDRNOTAVAIL && ia0.s_addr == INADDR_LOOPBACK) {
287 prison_check_ip4_locked(pr, ia) == EADDRNOTAVAIL) {
304 * EADDRNOTAVAIL if the address doesn't belong to the jail.
H A Dip_gre.c150 return (EADDRNOTAVAIL);
409 sc->gre_oip.ip_dst.s_addr, value) == EADDRNOTAVAIL)
457 error = EADDRNOTAVAIL;
467 if (error == EADDRNOTAVAIL)
499 error = EADDRNOTAVAIL;
H A Din_mcast.c1442 return (EADDRNOTAVAIL);
1466 error = EADDRNOTAVAIL;
1491 error = EADDRNOTAVAIL;
1658 return (EADDRNOTAVAIL);
1816 error = EADDRNOTAVAIL;
2019 return (EADDRNOTAVAIL);
2032 return (EADDRNOTAVAIL);
2083 error = EADDRNOTAVAIL;
2332 return (EADDRNOTAVAIL);
2353 error = EADDRNOTAVAIL;
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h23 address_not_available, // EADDRNOTAVAIL
120 address_not_available = EADDRNOTAVAIL,
/freebsd-current/sys/net/
H A Dif_infiniband.c561 return (EADDRNOTAVAIL);
569 return (EADDRNOTAVAIL);
587 return (EADDRNOTAVAIL);
589 return (EADDRNOTAVAIL);
H A Dif_me.c288 error = EADDRNOTAVAIL;
300 error = EADDRNOTAVAIL;
422 return (EADDRNOTAVAIL);
/freebsd-current/stand/liblua/
H A Dlerrno.c98 ENTRY(EADDRNOTAVAIL),
/freebsd-current/lib/libc/net/
H A Dsourcefilter.c163 errno = EADDRNOTAVAIL;
236 errno = EADDRNOTAVAIL;

Completed in 282 milliseconds

1234