Searched refs:ICMP6_PARAM_PROB (Results 1 – 16 of 16) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux6.c | 444 (*type == ICMP6_PARAM_PROB && in check_reply6() 621 {ICMP6_PARAM_PROB, "Param Problem"}, in pr_type6() 700 case ICMP6_PARAM_PROB: in print_icmp_other6()
|
/titanic_44/usr/src/uts/common/netinet/ |
H A D | icmp6.h | 206 #define ICMP6_PARAM_PROB 4 macro
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux6.c | 622 case ICMP6_PARAM_PROB: in check_reply6() 911 {ICMP6_PARAM_PROB, "Parameter Problem"}, in pr_type6()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_icmp.c | 528 case ICMP6_PARAM_PROB: 723 case ICMP6_PARAM_PROB:
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip6.c | 261 case ICMP6_PARAM_PROB: in icmp_inbound_v6() 1425 case ICMP6_PARAM_PROB: in icmp_update_out_mib_v6() 1812 icmp6.icmp6_type = ICMP6_PARAM_PROB; in icmp_param_problem_v6() 2326 ip_fanout_send_icmp_v6(mp, ICMP6_PARAM_PROB, in ip_fanout_proto_v6() 2440 case ICMP6_PARAM_PROB: in ip_fanout_send_icmp_v6()
|
H A D | icmp.c | 1381 case ICMP6_PARAM_PROB: in icmp_icmp_error_ipv6()
|
H A D | spd.c | 2265 case ICMP6_PARAM_PROB: in ipsec_inbound_accept_clear()
|
H A D | ip.c | 4911 ip_fanout_send_icmp_v6(mp, ICMP6_PARAM_PROB, in ip_proto_not_sup()
|
/titanic_44/usr/src/uts/common/inet/iptun/ |
H A D | iptun.c | 2236 if (type == ICMP6_PARAM_PROB) in iptun_icmp_error_v6() 2613 case ICMP6_PARAM_PROB: { in iptun_input_icmp_v6() 3048 iptun_icmp_error_v6(iptun, inner6, mp, ICMP6_PARAM_PROB, in iptun_out_process_ipv6()
|
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 2227 #ifndef ICMP6_PARAM_PROB 2228 # define ICMP6_PARAM_PROB 4 macro
|
/titanic_44/usr/src/cmd/ipf/tools/ |
H A D | ipmon.c | 322 { ICMP6_PARAM_PROB, icmpparamprob6,
|
/titanic_44/usr/src/uts/common/inet/sctp/ |
H A D | sctp.c | 1289 case ICMP6_PARAM_PROB: in sctp_icmp_error_ipv6()
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | fil.c | 711 case ICMP6_PARAM_PROB : 4215 ICMP6_PARAM_PROB, /* 12: ICMP_PARAMPROB */
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecconf.c | 466 {"paramprob6", ICMP6_PARAM_PROB},
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_input.c | 5746 case ICMP6_PARAM_PROB: in tcp_icmp_error_ipv6()
|
/titanic_44/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 1171 case ICMP6_PARAM_PROB: in udp_icmp_error_ipv6()
|