Home
last modified time | relevance | path

Searched refs:ICMP_PARAMETERPROB (Results 1 – 6 of 6) sorted by relevance

/linux/include/uapi/linux/
H A Dicmp.h32 #define ICMP_PARAMETERPROB 12 /* Parameter Problem */ macro
/linux/net/ipv4/
H A Dip_options.c473 icmp_send(skb, ICMP_PARAMETERPROB, 0, info); in ip_options_compile()
609 icmp_send(skb, ICMP_PARAMETERPROB, 0, htonl(16<<24)); in ip_options_rcv_srr()
617 icmp_send(skb, ICMP_PARAMETERPROB, 0, htonl((opt->srr+2)<<24)); in ip_options_rcv_srr()
H A Dicmp.c739 case ICMP_PARAMETERPROB: in icmp_ext_append()
1165 case ICMP_PARAMETERPROB: in icmp_unreach()
1683 [ICMP_PARAMETERPROB] = {
H A Dudp.c958 case ICMP_PARAMETERPROB: in udp_err()
/linux/net/dccp/
H A Dipv4.c
/linux/net/sctp/
H A Dinput.c556 case ICMP_PARAMETERPROB: in sctp_v4_err_handle()