| /f-stack/freebsd/netinet/ |
| H A D | ip_icmp.c | 243 oiphlen))->icmp_type)) { in icmp_error() 342 icp->icmp_type = type; in icmp_error() 456 printf("icmp_input, type %d code %d\n", icp->icmp_type, in icmp_input() 463 if (icp->icmp_type > ICMP_MAXTYPE) in icmp_input() 477 ICMPSTAT_INC(icps_inhist[icp->icmp_type]); in icmp_input() 479 switch (icp->icmp_type) { in icmp_input() 587 icp->icmp_type = ICMP_ECHOREPLY; in icmp_input() 604 icp->icmp_type = ICMP_TSTAMPREPLY; in icmp_input() 633 icp->icmp_type = ICMP_MASKREPLY; in icmp_input() 646 ICMPSTAT_INC(icps_outhist[icp->icmp_type]); in icmp_input()
|
| H A D | ip_icmp.h | 55 u_char icmp_type; /* type of message, see below */ member 66 u_char icmp_type; /* type of message, see below */ member
|
| H A D | sctp_usrreq.c | 159 uint8_t icmp_type, in sctp_notify() argument 166 if (icmp_type != ICMP_UNREACH) { in sctp_notify() 329 icmp->icmp_type, in sctp_ctlinput()
|
| H A D | sctputil.c | 7242 type = icmp->icmp_type; in sctp_recv_icmp_tunneled_packet()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | ip_icmp.h | 55 u_char icmp_type; /* type of message, see below */ member 66 u_char icmp_type; /* type of message, see below */ member
|
| /f-stack/dpdk/lib/librte_net/ |
| H A D | rte_icmp.h | 29 uint8_t icmp_type; /* ICMP packet type. */ member
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | icmpecho.c | 428 (icmp_h->icmp_type == RTE_IP_ICMP_ECHO_REQUEST) && in reply_to_icmp_echo_rqsts() 475 icmp_h->icmp_type = RTE_IP_ICMP_ECHO_REPLY; in reply_to_icmp_echo_rqsts()
|
| H A D | cmdline_flow.c | 2480 hdr.icmp_type)),
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64_translate.c | 815 if (!ICMP_INFOTYPE(icmp->icmp_type)) { in nat64_icmp_reflect() 861 icmp->icmp_type = type; in nat64_icmp_reflect() 925 switch (icmp->icmp_type) { in nat64_icmp_translate() 963 icmp->icmp_type, icmp->icmp_code); in nat64_icmp_translate() 1009 " code %d, pptr %d", icmp->icmp_type, in nat64_icmp_translate() 1016 " code %d, pptr %d", icmp->icmp_type, in nat64_icmp_translate() 1023 icmp->icmp_type, icmp->icmp_code); in nat64_icmp_translate() 1155 if (icmp->icmp_type != ICMP_ECHO) { in nat64_icmp_translate()
|
| H A D | nat64lsn.c | 432 switch (icmp->icmp_type) { in inspect_icmp_mbuf() 475 if (icmp->icmp_type != ICMP_ECHO) in inspect_icmp_mbuf()
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias.c | 364 if (ic2->icmp_type == ICMP_ECHO || ic2->icmp_type == ICMP_TSTAMP) in IcmpAliasIn2() 454 switch (ic->icmp_type) { in IcmpAliasIn() 552 if (ic2->icmp_type == ICMP_ECHO || ic2->icmp_type == ICMP_TSTAMP) in IcmpAliasOut2() 638 switch (ic->icmp_type) { in IcmpAliasOut()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_log.c | 363 icmp->icmp_type, icmp->icmp_code); in ipfw_log()
|
| H A D | ip_fw2.c | 262 int type = icmp->icmp_type; in icmptype_match() 273 int type = icmp->icmp_type; in is_icmp_query()
|
| /f-stack/dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_flow.c | 124 .hdr.icmp_type = 0xff, 1833 if (mask->hdr.icmp_type) { in dpaa2_configure_flow_icmp() 1880 &spec->hdr.icmp_type, in dpaa2_configure_flow_icmp() 1881 &mask->hdr.icmp_type, in dpaa2_configure_flow_icmp() 1893 &spec->hdr.icmp_type, in dpaa2_configure_flow_icmp() 1894 &mask->hdr.icmp_type, in dpaa2_configure_flow_icmp()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_state.c | 1521 switch (ic->icmp_type) 1530 is->is_icmp.ici_type = ic->icmp_type; 1541 switch (ic->icmp_type) 1547 is->is_icmp.ici_type = ic->icmp_type; 2706 type = ic->icmp_type; 3091 if ((ic->icmp_type == ICMP6_ECHO_REQUEST) || 3092 (ic->icmp_type == ICMP6_ECHO_REPLY)) {
|
| H A D | ip_log.c | 398 switch (icmp->icmp_type)
|
| H A D | fil.c | 1224 switch (icmp->icmp_type) 4396 if ((!rev && (icmp->icmp_type == ictype)) || 4397 (rev && (icmpreplytype4[ictype] == icmp->icmp_type))) { 4398 if (icmp->icmp_type != ICMP_ECHOREPLY) 4406 if ((!rev && (icmp->icmp_type == ictype)) || 4407 (rev && (icmpreplytype6[ictype] == icmp->icmp_type))) { 4408 if (icmp->icmp_type != ICMP6_ECHO_REPLY)
|
| H A D | ip_fil_freebsd.c | 632 icmp->icmp_type = type;
|
| H A D | ip_nat.c | 3627 type = icmp->icmp_type; 3694 if (ipf_nat_icmpquerytype(orgicmp->icmp_type)) {
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_flow.h | 863 .icmp_type = 0xff,
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_dv.c | 7762 MLX5_SET(fte_match_set_misc3, misc3_m, icmp_type, in flow_dv_translate_item_icmp() 7763 icmp_m->hdr.icmp_type); in flow_dv_translate_item_icmp() 7764 MLX5_SET(fte_match_set_misc3, misc3_v, icmp_type, in flow_dv_translate_item_icmp() 7765 icmp_v->hdr.icmp_type & icmp_m->hdr.icmp_type); in flow_dv_translate_item_icmp()
|
| H A D | mlx5_flow.c | 1749 .hdr.icmp_type = 0xff, in mlx5_flow_validate_item_icmp()
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_prm.h | 786 u8 icmp_type[0x8]; member
|
| /f-stack/dpdk/drivers/net/hinic/ |
| H A D | hinic_pmd_flow.c | 670 icmp_mask->hdr.icmp_type || in hinic_ntuple_item_check_l4()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf.c | 3377 icmptype = pd->hdr.icmp->icmp_type; in pf_test_rule() 4704 icmptype = pd->hdr.icmp->icmp_type; in pf_test_state_icmp()
|