/freebsd/contrib/libpcap/ |
H A D | fad-glifc.c | 218 if (errno == EADDRNOTAVAIL) { in pcapint_findalldevs_interfaces() 246 if (errno == EADDRNOTAVAIL) { in pcapint_findalldevs_interfaces() 281 if (errno == EADDRNOTAVAIL) { in pcapint_findalldevs_interfaces()
|
H A D | fad-gifc.c | 285 if (errno == EADDRNOTAVAIL) { in pcapint_findalldevs_interfaces() 316 if (errno == EADDRNOTAVAIL) { in pcapint_findalldevs_interfaces() 355 if (errno == EADDRNOTAVAIL) { in pcapint_findalldevs_interfaces()
|
/freebsd/sys/netinet6/ |
H A D | in6_gif.c | 126 return (EADDRNOTAVAIL); in in6_gif_checkdup() 223 error = EADDRNOTAVAIL; in in6_gif_ioctl() 241 if (error == EADDRNOTAVAIL) in in6_gif_ioctl() 268 error = EADDRNOTAVAIL; in in6_gif_ioctl()
|
H A D | in6_mcast.c | 1474 return (EADDRNOTAVAIL); in in6p_block_unblock_source() 1498 error = EADDRNOTAVAIL; in in6p_block_unblock_source() 1524 error = EADDRNOTAVAIL; in in6p_block_unblock_source() 1702 return (EADDRNOTAVAIL); in in6p_get_source_filters() 1713 return (EADDRNOTAVAIL); in in6p_get_source_filters() 1835 error = EADDRNOTAVAIL; in ip6_getmoptions() 1945 return (EADDRNOTAVAIL); in in6p_join_group() 1988 return (EADDRNOTAVAIL); in in6p_join_group() 2002 return (EADDRNOTAVAIL); in in6p_join_group() 2063 error = EADDRNOTAVAIL; in in6p_join_group() [all …]
|
H A D | ip6_gre.c | 141 return (EADDRNOTAVAIL); in in6_gre_checkdup() 407 &sc->gre_oip6.ip6_dst, value) == EADDRNOTAVAIL) in in6_gre_setopts() 455 error = EADDRNOTAVAIL; in in6_gre_ioctl() 474 if (error == EADDRNOTAVAIL) in in6_gre_ioctl() 506 error = EADDRNOTAVAIL; in in6_gre_ioctl()
|
H A D | scope6.c | 578 return (EADDRNOTAVAIL); in sa6_checkzone() 586 return (sa6->sin6_scope_id ? 0: EADDRNOTAVAIL); in sa6_checkzone() 605 return (EADDRNOTAVAIL); in sa6_checkzone_ifp()
|
H A D | in6_jail.c | 235 if (error == EADDRNOTAVAIL && IN6_IS_ADDR_LOOPBACK(ia6)) { in prison_local_ip6() 271 prison_check_ip6_locked(pr, ia6) == EADDRNOTAVAIL) { in prison_remote_ip6()
|
H A D | raw_ip6.c | 750 return (EADDRNOTAVAIL); in rip6_bind() 758 return (EADDRNOTAVAIL); in rip6_bind() 765 return (EADDRNOTAVAIL); in rip6_bind() 789 return (EADDRNOTAVAIL); in rip6_connect()
|
/freebsd/sys/netinet/ |
H A D | in_gif.c | 120 return (EADDRNOTAVAIL); in in_gif_checkdup() 218 error = EADDRNOTAVAIL; in in_gif_ioctl() 227 if (error == EADDRNOTAVAIL) in in_gif_ioctl() 255 error = EADDRNOTAVAIL; in in_gif_ioctl()
|
H A D | ip_gre.c | 150 return (EADDRNOTAVAIL); in in_gre_checkdup() 409 sc->gre_oip.ip_dst.s_addr, value) == EADDRNOTAVAIL) in in_gre_setopts() 457 error = EADDRNOTAVAIL; in in_gre_ioctl() 467 if (error == EADDRNOTAVAIL) in in_gre_ioctl() 499 error = EADDRNOTAVAIL; in in_gre_ioctl()
|
H A D | in_mcast.c | 1442 return (EADDRNOTAVAIL); in inp_block_unblock_source() 1466 error = EADDRNOTAVAIL; in inp_block_unblock_source() 1491 error = EADDRNOTAVAIL; in inp_block_unblock_source() 1658 return (EADDRNOTAVAIL); in inp_get_source_filters() 1816 error = EADDRNOTAVAIL; in inp_getmoptions() 2019 return (EADDRNOTAVAIL); in inp_join_group() 2032 return (EADDRNOTAVAIL); in inp_join_group() 2083 error = EADDRNOTAVAIL; in inp_join_group() 2332 return (EADDRNOTAVAIL); in inp_leave_group() 2353 error = EADDRNOTAVAIL; in inp_leave_group() [all …]
|
H A D | in_jail.c | 250 if (error == EADDRNOTAVAIL && ia0.s_addr == INADDR_LOOPBACK) { in prison_local_ip4() 287 prison_check_ip4_locked(pr, ia) == EADDRNOTAVAIL) { in prison_remote_ip4()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | errno.h | 91 # ifndef EADDRNOTAVAIL 92 # define EADDRNOTAVAIL 9903 macro
|
/freebsd/contrib/lib9p/pytest/ |
H A D | lerrno.py | 105 EADDRNOTAVAIL = 99 variable 238 EADDRNOTAVAIL: 'Cannot assign requested address',
|
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/ |
H A D | net.h | 223 #undef EADDRNOTAVAIL 224 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
|
/freebsd/cddl/lib/libdtrace/ |
H A D | errno.d | 130 inline int EADDRNOTAVAIL = 49; variable 131 #pragma D binding "1.0" EADDRNOTAVAIL 295 errno == EADDRNOTAVAIL ? "Can't assign requested address" :
|
/freebsd/sys/net/ |
H A D | if_infiniband.c | 561 return (EADDRNOTAVAIL); in infiniband_resolvemulti() 569 return (EADDRNOTAVAIL); in infiniband_resolvemulti() 587 return (EADDRNOTAVAIL); in infiniband_resolvemulti() 589 return (EADDRNOTAVAIL); in infiniband_resolvemulti()
|
/freebsd/contrib/ntp/libntp/lib/isc/unix/ |
H A D | errno2result.c | 105 case EADDRNOTAVAIL: in isc___errno2result()
|
/freebsd/sys/xen/ |
H A D | error.h | 71 [XEN_EADDRNOTAVAIL] = EADDRNOTAVAIL,
|
/freebsd/lib/libc/net/ |
H A D | sourcefilter.c | 163 errno = EADDRNOTAVAIL; in setipv4sourcefilter() 236 errno = EADDRNOTAVAIL; in getipv4sourcefilter()
|
/freebsd/sys/sys/ |
H A D | errno.h | 110 #define EADDRNOTAVAIL 49 /* Can't assign requested address */ macro
|
/freebsd/sys/contrib/xen/ |
H A D | errno.h | 109 XEN_ERRNO(EADDRNOTAVAIL, 99) /* Cannot assign requested address */
|
/freebsd/lib/libc/nls/ |
H A D | be_BY.UTF-8.msg | 103 $ EADDRNOTAVAIL
|
H A D | mn_MN.UTF-8.msg | 103 $ EADDRNOTAVAIL
|
H A D | uk_UA.UTF-8.msg | 103 $ EADDRNOTAVAIL
|