Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet/
H A Dip_icmp.h203 #define ICMP_PARAMPROB 12 /* ip header bad */ macro
238 (type) == ICMP_PARAMPROB)
H A Dip_compat.h391 #ifndef ICMP_PARAMPROB
392 # define ICMP_PARAMPROB ICMP_PARAMETERPROB
H A Dip_icmp.c370 if (type == ICMP_PARAMPROB) { in icmp_error()
563 case ICMP_PARAMPROB: in icmp_input()
H A Dip_input.c2771 int opt, optlen, cnt, off, type = ICMP_PARAMPROB, forward = 0; in ip_dooptions()
/xnu-10002.41.9/bsd/net/
H A Dnat464_utils.c308 type = ICMP_PARAMPROB; in nat464_translate_icmp()
412 case ICMP_PARAMPROB: in nat464_translate_icmp()
H A Dpf.c4676 type = ICMP_PARAMPROB; in pf_translate_icmp_af()
4773 case ICMP_PARAMPROB: in pf_translate_icmp_af()