Home
last modified time | relevance | path

Searched refs:EADDRNOTAVAIL (Results 1 – 25 of 130) sorted by relevance

123456

/freebsd/contrib/libpcap/
H A Dfad-glifc.c218 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 Dfad-gifc.c285 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 Din6_gif.c126 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 Din6_mcast.c1474 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 Dip6_gre.c141 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 Dscope6.c578 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 Din6_jail.c235 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 Draw_ip6.c750 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 Din_gif.c120 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 Dip_gre.c150 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 Din_mcast.c1442 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 Din_jail.c250 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 Derrno.h91 # ifndef EADDRNOTAVAIL
92 # define EADDRNOTAVAIL 9903 macro
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py105 EADDRNOTAVAIL = 99 variable
238 EADDRNOTAVAIL: 'Cannot assign requested address',
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h223 #undef EADDRNOTAVAIL
224 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d130 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 Dif_infiniband.c561 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 Derrno2result.c105 case EADDRNOTAVAIL: in isc___errno2result()
/freebsd/sys/xen/
H A Derror.h71 [XEN_EADDRNOTAVAIL] = EADDRNOTAVAIL,
/freebsd/lib/libc/net/
H A Dsourcefilter.c163 errno = EADDRNOTAVAIL; in setipv4sourcefilter()
236 errno = EADDRNOTAVAIL; in getipv4sourcefilter()
/freebsd/sys/sys/
H A Derrno.h110 #define EADDRNOTAVAIL 49 /* Can't assign requested address */ macro
/freebsd/sys/contrib/xen/
H A Derrno.h109 XEN_ERRNO(EADDRNOTAVAIL, 99) /* Cannot assign requested address */
/freebsd/lib/libc/nls/
H A Dbe_BY.UTF-8.msg103 $ EADDRNOTAVAIL
H A Dmn_MN.UTF-8.msg103 $ EADDRNOTAVAIL
H A Duk_UA.UTF-8.msg103 $ EADDRNOTAVAIL

123456