tag | line | file | source code |
---|---|---|---|
ICMP_SOURCE_QUENCH | 111 | net/inet/icmp.c | if(type==ICMP_DEST_UNREACH||type==ICMP_REDIRECT||type==ICMP_SOURCE_QUENCH||type==ICMP_TIME_EXCEEDED) |
ICMP_SOURCE_QUENCH | 128 | net/inet/icmp.c | case ICMP_SOURCE_QUENCH: |
ICMP_SOURCE_QUENCH | 636 | net/inet/icmp.c | case ICMP_SOURCE_QUENCH: |
ICMP_SOURCE_QUENCH | 76 | net/inet/raw.c | if (err & 0xff00 == (ICMP_SOURCE_QUENCH << 8)) |
ICMP_SOURCE_QUENCH | 298 | net/inet/tcp.c | if ((err & 0xff00) == (ICMP_SOURCE_QUENCH << 8)) |
ICMP_SOURCE_QUENCH | 117 | net/inet/udp.c | if (err & 0xff00 ==(ICMP_SOURCE_QUENCH << 8)) |