Home
last modified time | relevance | path

Searched refs:ICMP_SOURCEQUENCH (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.41.9/bsd/netinet/
H A Dip_icmp.h188 #define ICMP_SOURCEQUENCH 4 /* packet lost, slow down */ macro
236 ((type) == ICMP_UNREACH || (type) == ICMP_SOURCEQUENCH || \
H A Dip_compat.h385 #ifndef ICMP_SOURCEQUENCH
386 # define ICMP_SOURCEQUENCH ICMP_SOURCE_QUENCH
H A Dip_icmp.c570 case ICMP_SOURCEQUENCH: in icmp_input()
H A Dip_input.c3721 type = ICMP_SOURCEQUENCH; in ip_forward()