Lines Matching full:fine
116 #define PRC_IFDOWN 0 /* interface transition */
117 #define PRC_ROUTEDEAD 1 /* select new route if possible */
118 #define PRC_QUENCH 4 /* some said to slow down */
119 #define PRC_MSGSIZE 5 /* message size forced drop */
120 #define PRC_HOSTDEAD 6 /* normally from IMP */
121 #define PRC_HOSTUNREACH 7 /* ditto */
122 #define PRC_UNREACH_NET 8 /* no route to network */
123 #define PRC_UNREACH_HOST 9 /* no route to host */
124 #define PRC_UNREACH_PROTOCOL 10 /* dst says bad protocol */
125 #define PRC_UNREACH_PORT 11 /* bad port # */
126 #define PRC_UNREACH_NEEDFRAG 12 /* IP_DF caused drop */
127 #define PRC_UNREACH_SRCFAIL 13 /* source route failed */
128 #define PRC_REDIRECT_NET 14 /* net routing redirect */
129 #define PRC_REDIRECT_HOST 15 /* host routing redirect */
130 #define PRC_REDIRECT_TOSNET 14 /* redirect for type of service & net */
131 #define PRC_REDIRECT_TOSHOST 15 /* redirect for tos & host */
132 #define PRC_TIMXCEED_INTRANS 18 /* packet lifetime expired in transit */
133 #define PRC_TIMXCEED_REASS 19 /* lifetime expired on reass q */
134 #define PRC_PARAMPROB 20 /* header incorrect */