OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENETUNREACH
(Results
1 - 25
of
36
) sorted by relevancy
1
2
/src/lib/librumpuser/
rumpuser_errtrans.c
180
#ifdef
ENETUNREACH
181
case
ENETUNREACH
: return 51;
/src/sys/rump/include/rump/
rumperrno2host.h
220
#ifdef
ENETUNREACH
222
return
ENETUNREACH
;
/src/sys/sys/
errno.h
102
#define
ENETUNREACH
51 /* Network is unreachable */
/src/usr.sbin/npf/npftest/libnpftest/
npfl2onlytest.c
15
#define RESULT_BLOCK
ENETUNREACH
npf_l2rule_test.c
15
#define RESULT_BLOCK
ENETUNREACH
npf_nat_test.c
15
#define RESULT_BLOCK
ENETUNREACH
npf_rid_test.c
24
#define RESULT_BLOCK
ENETUNREACH
npf_rule_test.c
15
#define RESULT_BLOCK
ENETUNREACH
/src/sys/net/npf/
npf_handler.c
213
if (error ==
ENETUNREACH
)
328
* Block the packet.
ENETUNREACH
is used to indicate blocking.
337
error =
ENETUNREACH
;
427
error =
ENETUNREACH
;
npf_ruleset.c
1020
return (ret == 0) ?
ENETUNREACH
: 0;
1059
* => Returns
ENETUNREACH
if "block" and 0 if "pass".
1067
return (rl->r_attr & NPF_RULE_PASS) ? 0 :
ENETUNREACH
;
/src/sys/netinet/
in_gif.c
155
return
ENETUNREACH
;
180
return
ENETUNREACH
;
189
return
ENETUNREACH
; /*XXX*/
in_l2tp.c
118
log(LOG_DEBUG, "%s:
ENETUNREACH
\n", __func__);
119
error =
ENETUNREACH
;
210
error =
ENETUNREACH
;
219
error =
ENETUNREACH
; /*XXX*/
ip_output.c
329
error =
ENETUNREACH
;
340
error =
ENETUNREACH
;
353
error =
ENETUNREACH
;
430
error =
ENETUNREACH
;
443
error =
ENETUNREACH
;
tcp_subr.c
1259
(error == EHOSTUNREACH || error ==
ENETUNREACH
||
1364
inet6ctlerrmap[cmd] ==
ENETUNREACH
||
1492
inetctlerrmap[cmd] ==
ENETUNREACH
||
/src/sys/netinet6/
in6_l2tp.c
122
log(LOG_DEBUG, "%s:
ENETUNREACH
\n", __func__);
123
return
ENETUNREACH
;
204
return
ENETUNREACH
;
213
return
ENETUNREACH
; /* XXX */
in6_gif.c
173
return
ENETUNREACH
;
188
return
ENETUNREACH
;
197
return
ENETUNREACH
; /* XXX */
ip6_forward.c
440
case
ENETUNREACH
: /* shouldn't happen, checked above */
/src/sys/netipsec/
ipsecif.c
294
return
ENETUNREACH
;
408
error =
ENETUNREACH
;
415
error =
ENETUNREACH
;
422
error =
ENETUNREACH
;
597
return
ENETUNREACH
;
622
return
ENETUNREACH
;
630
return
ENETUNREACH
;
/src/sys/net/
if_stf.c
410
return
ENETUNREACH
;
441
return
ENETUNREACH
;
450
return
ENETUNREACH
;
if_faith.c
195
rt->rt_flags & RTF_HOST ? EHOSTUNREACH :
ENETUNREACH
);
if_loop.c
263
rt->rt_flags & RTF_HOST ? EHOSTUNREACH :
ENETUNREACH
);
route.c
842
error =
ENETUNREACH
;
1217
senderr(
ENETUNREACH
);
1455
error =
ENETUNREACH
;
1637
:
ENETUNREACH
;
2298
EHOSTUNREACH :
ENETUNREACH
;
if_mpls.c
525
return
ENETUNREACH
;
/src/tests/include/
t_errno.c
381
#ifdef
ENETUNREACH
386
atf_tc_fail_nonfatal("
ENETUNREACH
not defined");
/src/share/examples/refuse/ian/libfetch/
common.c
133
case
ENETUNREACH
:
Completed in 25 milliseconds
1
2
Indexes created Wed Oct 22 13:09:56 GMT 2025