Home
last modified time | relevance | path

Searched refs:ICMP6_ECHO_REQUEST (Results 1 – 21 of 21) sorted by relevance

/freebsd/sbin/ipf/libipf/
H A Dicmptypes.c11 # undef ICMP6_ECHO_REQUEST
12 # define ICMP6_ECHO_REQUEST 0 macro
73 { "echo", ICMP_ECHO, ICMP6_ECHO_REQUEST },
H A Dipft_tx.c472 if (ic6->icmp6_type == ICMP6_ECHO_REQUEST || in parseipv6()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c667 if (icmp6->icmp6_type < ICMP6_ECHO_REQUEST || in nat64_icmp6_reflect()
967 type = ICMP6_ECHO_REQUEST; in nat64_icmp_translate()
1026 if (type == ICMP6_ECHO_REQUEST || type == ICMP6_ECHO_REPLY) { in nat64_icmp_translate()
1161 ICMP6_ECHO_REQUEST); in nat64_icmp_translate()
1649 if (icmp6->icmp6_type != ICMP6_ECHO_REQUEST && in nat64_do_handle_ip6()
1701 if (icmp6->icmp6_type == ICMP6_ECHO_REQUEST) in nat64_do_handle_ip6()
H A Dnat64lsn.c1666 if (icmp6->icmp6_type == ICMP6_ECHO_REQUEST || in nat64lsn_translate6()
/freebsd/sys/netinet/
H A Dicmp6.h96 #define ICMP6_ECHO_REQUEST 128 /* echo service */ macro
748 case ICMP6_ECHO_REQUEST: \
/freebsd/usr.bin/systat/
H A Dicmp6.c199 DO2(ICMP6_ECHO_REQUEST, 9); in showicmp6()
/freebsd/sys/netpfil/pf/
H A Dpf_lb.c281 if (*nport == htons(ICMP6_ECHO_REQUEST)) { in pf_get_sport()
1069 if (pd->ndport == ICMP6_ECHO_REQUEST) in pf_get_transaddr_af()
1077 pd->ndport = ICMP6_ECHO_REQUEST; in pf_get_transaddr_af()
H A Dpf.c2284 case ICMP6_ECHO_REQUEST: in pf_icmp_mapping()
2287 *virtual_type = ICMP6_ECHO_REQUEST; in pf_icmp_mapping()
3696 case ICMP6_ECHO_REQUEST: in pf_translate_icmp_af()
3798 type = ICMP6_ECHO_REQUEST; in pf_translate_icmp_af()
8567 htons(ICMP6_ECHO_REQUEST) && in pf_test_state_icmp()
8583 ((virtual_type == htons(ICMP6_ECHO_REQUEST)) && in pf_test_state_icmp()
8586 (virtual_type == htons(ICMP6_ECHO_REQUEST)) in pf_test_state_icmp()
8589 (virtual_type == htons(ICMP6_ECHO_REQUEST)) in pf_test_state_icmp()
/freebsd/tests/sys/netinet/
H A Dfibs_multibind_test.c439 icmp6.icmp6.icmp6_type = ICMP6_ECHO_REQUEST; in ping6()
442 htons((unsigned short)~(ICMP6_ECHO_REQUEST << 8)); in ping6()
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c101 #define ICMP6_ECHO_REQUEST 128 /* echo service */ macro
644 { ICMP6_ECHO_REQUEST, "echo request"},
1150 case ICMP6_ECHO_REQUEST: in icmp6_print()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h940 #ifndef ICMP6_ECHO_REQUEST
941 # define ICMP6_ECHO_REQUEST 128 macro
H A Dip_state.c1474 case ICMP6_ECHO_REQUEST : in ipf_state_add()
3013 if ((ic->icmp_type == ICMP6_ECHO_REQUEST) || in ipf_state_lookup()
4467 (oic->icmp6_type == ICMP6_ECHO_REQUEST)) || in ipf_checkicmp6matchingstate()
H A Dfil.c895 case ICMP6_ECHO_REQUEST : in ipf_pr_icmp6()
4220 ICMP6_ECHO_REQUEST, /* 8: ICMP_ECHO */
9151 icmpreplytype6[ICMP6_ECHO_REQUEST] = ICMP6_ECHO_REPLY;
H A Dip_nat6.c4005 case ICMP6_ECHO_REQUEST: in ipf_nat6_icmpquerytype()
/freebsd/usr.sbin/traceroute6/
H A Dtraceroute6.c1125 icp->icmp6_type = ICMP6_ECHO_REQUEST; in send_probe()
1283 case ICMP6_ECHO_REQUEST: in pr_type()
/freebsd/sys/netinet6/
H A Dicmp6.c342 if (icp->icmp6_type < ICMP6_ECHO_REQUEST || in icmp6_error()
560 case ICMP6_ECHO_REQUEST: in icmp6_input()
883 if (icmp6->icmp6_type < ICMP6_ECHO_REQUEST) { in icmp6_input()
/freebsd/sbin/ping/
H A Dping6.c1375 icp->icmp6_type = ICMP6_ECHO_REQUEST; in pinger()
2344 case ICMP6_ECHO_REQUEST: in pr_icmph()
/freebsd/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c154 case ICMP6_ECHO_REQUEST: in nptv6_translate_icmpv6()
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c274 { ICMP6_ECHO_REQUEST, NULL, 0, "echo" },
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c117 { "echoreq", ICMP6_ECHO_REQUEST },
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c852 (icmp6_type == ICMP6_ECHO_REQUEST || in is_icmp6_query()