Home
last modified time | relevance | path

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

/src/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()
/src/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()
/src/sys/netinet/
H A Dicmp6.h96 #define ICMP6_ECHO_REQUEST 128 /* echo service */ macro
744 case ICMP6_ECHO_REQUEST: \
/src/usr.bin/systat/
H A Dicmp6.c199 DO2(ICMP6_ECHO_REQUEST, 9); in showicmp6()
/src/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()
/src/sys/netpfil/pf/
H A Dpf_lb.c364 if (pd->ndport == htons(ICMP6_ECHO_REQUEST)) { in pf_get_sport()
1383 if (pd->ndport == ICMP6_ECHO_REQUEST) in pf_get_transaddr_af()
1391 pd->ndport = ICMP6_ECHO_REQUEST; in pf_get_transaddr_af()
H A Dpf.c2660 case ICMP6_ECHO_REQUEST: in pf_icmp_mapping()
2664 *virtual_type = ICMP6_ECHO_REQUEST; in pf_icmp_mapping()
4191 case ICMP6_ECHO_REQUEST: in pf_translate_icmp_af()
4293 type = ICMP6_ECHO_REQUEST; in pf_translate_icmp_af()
9552 htons(ICMP6_ECHO_REQUEST) && in pf_test_state_icmp()
9568 ((virtual_type == htons(ICMP6_ECHO_REQUEST)) && in pf_test_state_icmp()
9571 (virtual_type == htons(ICMP6_ECHO_REQUEST)) in pf_test_state_icmp()
9574 (virtual_type == htons(ICMP6_ECHO_REQUEST)) in pf_test_state_icmp()
/src/contrib/tcpdump/
H A Dprint-icmp6.c101 #define ICMP6_ECHO_REQUEST 128 /* echo service */ macro
660 { ICMP6_ECHO_REQUEST, "echo request"},
1164 case ICMP6_ECHO_REQUEST: in icmp6_print()
/src/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h940 #ifndef ICMP6_ECHO_REQUEST
941 # define ICMP6_ECHO_REQUEST 128 macro
H A Dip_state.c1477 case ICMP6_ECHO_REQUEST : in ipf_state_add()
3001 if ((ic->icmp_type == ICMP6_ECHO_REQUEST) || in ipf_state_lookup()
4453 (oic->icmp6_type == ICMP6_ECHO_REQUEST)) || in ipf_checkicmp6matchingstate()
H A Dfil.c902 case ICMP6_ECHO_REQUEST : in ipf_pr_icmp6()
4241 ICMP6_ECHO_REQUEST, /* 8: ICMP_ECHO */
9225 icmpreplytype6[ICMP6_ECHO_REQUEST] = ICMP6_ECHO_REPLY;
H A Dip_nat6.c3981 case ICMP6_ECHO_REQUEST: in ipf_nat6_icmpquerytype()
/src/usr.sbin/traceroute6/
H A Dtraceroute6.c1131 icp->icmp6_type = ICMP6_ECHO_REQUEST; in send_probe()
1289 case ICMP6_ECHO_REQUEST: in pr_type()
/src/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()
/src/sbin/ping/
H A Dping6.c1375 icp->icmp6_type = ICMP6_ECHO_REQUEST; in pinger()
2344 case ICMP6_ECHO_REQUEST: in pr_icmph()
/src/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c154 case ICMP6_ECHO_REQUEST: in nptv6_translate_icmpv6()
/src/sbin/ipf/ipmon/
H A Dipmon.c274 { ICMP6_ECHO_REQUEST, NULL, 0, "echo" },
/src/sbin/pfctl/
H A Dpfctl_parser.c116 { "echoreq", ICMP6_ECHO_REQUEST },
/src/sys/netpfil/ipfw/
H A Dip_fw2.c853 (icmp6_type == ICMP6_ECHO_REQUEST || in is_icmp6_query()