Searched refs:ICMP_UNREACH (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-13-stable/contrib/ipfilter/lib/
H A Dicmptypes.c103 { "unreach", ICMP_UNREACH, ICMP6_DST_UNREACH },
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_parser.c86 { "unreach", ICMP_UNREACH },
141 { "net-unr", ICMP_UNREACH, ICMP_UNREACH_NET },
142 { "host-unr", ICMP_UNREACH, ICMP_UNREACH_HOST },
143 { "proto-unr", ICMP_UNREACH, ICMP_UNREACH_PROTOCOL },
144 { "port-unr", ICMP_UNREACH, ICMP_UNREACH_PORT },
145 { "needfrag", ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG },
146 { "srcfail", ICMP_UNREACH, ICMP_UNREACH_SRCFAIL },
147 { "net-unk", ICMP_UNREACH, ICMP_UNREACH_NET_UNKNOWN },
148 { "host-unk", ICMP_UNREACH, ICMP_UNREACH_HOST_UNKNOWN },
149 { "isolate", ICMP_UNREACH, ICMP_UNREACH_ISOLATE
[all...]
H A Dparse.y81 (ICMP_UNREACH << 8) | ICMP_UNREACH_PORT;
6047 returnicmpdefault = (ICMP_UNREACH << 8) | ICMP_UNREACH_PORT;
/freebsd-13-stable/sbin/natd/
H A Dicmp.c69 icmp->icmp_type = ICMP_UNREACH;
/freebsd-13-stable/sys/netinet/
H A Dip_fastfwd.c166 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, 0, 0);
180 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, 0, 0);
233 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_FILTER_PROHIB,
459 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG,
H A Dip_options.c120 type = ICMP_UNREACH;
175 type = ICMP_UNREACH;
216 type = ICMP_UNREACH;
239 type = ICMP_UNREACH;
308 type = ICMP_UNREACH;
H A Dip_icmp.h154 #define ICMP_UNREACH 3 /* dest unreachable, codes: */ macro
H A Dip_icmp.c354 } else if (type == ICMP_UNREACH &&
480 case ICMP_UNREACH:
H A Dip_input.c1103 type = ICMP_UNREACH;
1108 type = ICMP_UNREACH;
H A Draw_ip.c436 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PROTOCOL, 0, 0);
H A Dudp_usrreq.c718 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, 0, 0);
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-icmp.c112 #define ICMP_UNREACH 3 /* dest unreachable, codes: */ macro
150 ((type) == ICMP_UNREACH || (type) == ICMP_SOURCEQUENCH || \
154 ((type) == ICMP_UNREACH || \
205 /* Formats for most of the ICMP_UNREACH codes */
366 case ICMP_UNREACH:
/freebsd-13-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c392 value->v.integer = icmpstat.icps_inhist[ICMP_UNREACH];
449 value->v.integer = icmpstat.icps_outhist[ICMP_UNREACH];
/freebsd-13-stable/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c822 case ICMP_UNREACH:
930 case ICMP_UNREACH:
1278 nat64_icmp_reflect(m, ICMP_UNREACH, ICMP_UNREACH_HOST, 0,
1284 nat64_icmp_reflect(m, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG,
1381 type = ICMP_UNREACH;
1403 type = ICMP_UNREACH;
1459 type = ICMP_UNREACH;
1524 if (type == ICMP_UNREACH && code == ICMP_UNREACH_NEEDFRAG)
H A Dnat64lsn.c438 case ICMP_UNREACH:
445 * ICMP_UNREACH and ICMP_TIMXCEED contains IP header + 64 bits
/freebsd-13-stable/usr.bin/systat/
H A Dicmp.c210 DO2(ICMP_UNREACH, 12);
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c627 if (type == ICMP_UNREACH && fin->fin_icode == ICMP_UNREACH_NEEDFRAG) {
928 (void) ipf_send_icmp_err(ICMP_UNREACH, fin, 1);
H A Dip_log.c400 case ICMP_UNREACH :
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipmon.c203 { ICMP_UNREACH, icmpunreachnames,
1261 if (ic->icmp_type == ICMP_UNREACH ||
/freebsd-13-stable/sys/netinet/libalias/
H A Dalias.c458 case ICMP_UNREACH:
642 case ICMP_UNREACH:
/freebsd-13-stable/sbin/ping/
H A Dping.c1513 case ICMP_UNREACH:
/freebsd-13-stable/contrib/traceroute/
H A Dtraceroute.c1440 type == ICMP_UNREACH) {
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1288 icmp_error(mb, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG, 0, mtu);
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf.c3387 if (icmptype == ICMP_UNREACH ||
4716 if (icmptype == ICMP_UNREACH ||
5621 icmp_error(m0, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG, 0,
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw2.c1011 icmp_error(args->m, ICMP_UNREACH, code, 0L, 0);

Completed in 330 milliseconds

12