OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EADDRNOTAVAIL
(Results
1 - 25
of
53
) sorted by relevancy
1
2
3
/src/tests/net/inpcb/
broadcast_bind.c
103
rc |= test_bind(argv[2], &err_addr, port, SOCK_STREAM,
EADDRNOTAVAIL
);
107
rc |= test_bind(argv[3], &bc_addr, port, SOCK_STREAM,
EADDRNOTAVAIL
);
110
rc |= test_bind(argv[2], &err_addr, port, SOCK_STREAM,
EADDRNOTAVAIL
);
/src/lib/librumpuser/
rumpuser_errtrans.c
174
#ifdef
EADDRNOTAVAIL
175
case
EADDRNOTAVAIL
: return 49;
/src/sys/rump/include/rump/
rumperrno2host.h
212
#ifdef
EADDRNOTAVAIL
214
return
EADDRNOTAVAIL
;
/src/sys/external/mit/xen-include-public/dist/xen/include/public/
errno.h
107
XEN_ERRNO(
EADDRNOTAVAIL
, 99) /* Cannot assign requested address */
/src/sys/sys/
errno.h
98
#define
EADDRNOTAVAIL
49 /* Can't assign requested address */
/src/sys/netinet6/
in6_pcb.c
158
return
EADDRNOTAVAIL
;
183
error =
EADDRNOTAVAIL
;
197
error =
EADDRNOTAVAIL
;
218
error =
EADDRNOTAVAIL
;
289
return
EADDRNOTAVAIL
;
412
return
EADDRNOTAVAIL
;
416
return
EADDRNOTAVAIL
;
459
error =
EADDRNOTAVAIL
;
471
return
EADDRNOTAVAIL
;
495
error =
EADDRNOTAVAIL
;
[
all
...]
raw_ip6.c
667
return
EADDRNOTAVAIL
;
677
return
EADDRNOTAVAIL
;
681
error =
EADDRNOTAVAIL
;
686
error =
EADDRNOTAVAIL
;
722
return
EADDRNOTAVAIL
;
/src/sys/netbt/
rfcomm_upper.c
325
return
EADDRNOTAVAIL
;
332
return
EADDRNOTAVAIL
;
366
return
EADDRNOTAVAIL
;
/src/sbin/ifconfig/
af_atalk.c
222
else if (errno ==
EADDRNOTAVAIL
|| errno == EAFNOSUPPORT) {
235
if (errno ==
EADDRNOTAVAIL
)
af_inetany.c
164
} else if (errno ==
EADDRNOTAVAIL
)
util.c
312
if (errno ==
EADDRNOTAVAIL
|| errno == EAFNOSUPPORT)
/src/sys/netinet/
ip_output.c
458
error =
EADDRNOTAVAIL
;
468
error =
EADDRNOTAVAIL
;
542
error =
EADDRNOTAVAIL
;
557
error =
EADDRNOTAVAIL
;
568
error =
EADDRNOTAVAIL
;
689
error =
EADDRNOTAVAIL
;
1217
error =
EADDRNOTAVAIL
;
1223
error =
EADDRNOTAVAIL
;
1450
/*
EADDRNOTAVAIL
? */
1468
return
EADDRNOTAVAIL
;
[
all
...]
raw_ip.c
493
return (
EADDRNOTAVAIL
);
582
error =
EADDRNOTAVAIL
;
595
error =
EADDRNOTAVAIL
;
600
error =
EADDRNOTAVAIL
;
in_pcb.c
320
int error =
EADDRNOTAVAIL
;
538
return
EADDRNOTAVAIL
;
542
return
EADDRNOTAVAIL
;
596
xerror =
EADDRNOTAVAIL
;
605
return
EADDRNOTAVAIL
;
ip_mroute.c
552
return
EADDRNOTAVAIL
;
769
return
EADDRNOTAVAIL
;
794
return
EADDRNOTAVAIL
;
953
return
EADDRNOTAVAIL
;
1226
return
EADDRNOTAVAIL
;
2205
return
EADDRNOTAVAIL
;
2277
return
EADDRNOTAVAIL
;
2878
return
EADDRNOTAVAIL
; /* The iif vif is invalid */
/src/sys/net/
if_l2tp.c
807
error =
EADDRNOTAVAIL
;
813
error =
EADDRNOTAVAIL
;
834
error =
EADDRNOTAVAIL
;
855
error =
EADDRNOTAVAIL
;
861
error =
EADDRNOTAVAIL
;
882
error =
EADDRNOTAVAIL
;
900
error =
EADDRNOTAVAIL
;
906
error =
EADDRNOTAVAIL
;
988
error =
EADDRNOTAVAIL
;
if_gif.c
894
error =
EADDRNOTAVAIL
;
915
error =
EADDRNOTAVAIL
;
937
error =
EADDRNOTAVAIL
;
958
error =
EADDRNOTAVAIL
;
977
error =
EADDRNOTAVAIL
;
1124
error =
EADDRNOTAVAIL
;
if_ipsec.c
927
error =
EADDRNOTAVAIL
;
946
error =
EADDRNOTAVAIL
;
967
error =
EADDRNOTAVAIL
;
986
error =
EADDRNOTAVAIL
;
1004
error =
EADDRNOTAVAIL
;
1234
error =
EADDRNOTAVAIL
;
link_proto.c
189
error =
EADDRNOTAVAIL
;
209
error =
EADDRNOTAVAIL
;
/src/sys/netatalk/
ddp_usrreq.c
115
return (
EADDRNOTAVAIL
);
143
return
EADDRNOTAVAIL
;
158
return (
EADDRNOTAVAIL
);
206
return
EADDRNOTAVAIL
;
at_control.c
122
return (
EADDRNOTAVAIL
);
274
return (
EADDRNOTAVAIL
);
/src/sys/nfs/
nfs_bootstatic.c
175
return
EADDRNOTAVAIL
;
nfs_bootparam.c
129
error =
EADDRNOTAVAIL
;
274
return error ? error :
EADDRNOTAVAIL
;
/src/tests/net/net/
t_pktinfo_send.c
425
ATF_REQUIRE_MSG(errno ==
EADDRNOTAVAIL
,
427
" should be
EADDRNOTAVAIL
, but got %s", strerror(errno));
458
ATF_REQUIRE_MSG(errno ==
EADDRNOTAVAIL
,
459
"sendmsg with in-use address:port should be
EADDRNOTAVAIL
,"
543
ATF_REQUIRE_MSG(errno ==
EADDRNOTAVAIL
,
545
" should be
EADDRNOTAVAIL
, but got %s", strerror(errno));
581
ATF_REQUIRE_MSG(errno ==
EADDRNOTAVAIL
,
583
" should be
EADDRNOTAVAIL
, but got %s", strerror(errno));
/src/tests/include/
t_errno.c
78
#ifdef
EADDRNOTAVAIL
82
atf_tc_fail_nonfatal("
EADDRNOTAVAIL
not defined");
Completed in 27 milliseconds
1
2
3
Indexes created Tue Oct 14 01:09:49 GMT 2025