Searched refs:ICMP_UNREACH_SRCFAIL (Results 1 – 10 of 10) sorted by relevance
195 #define ICMP_UNREACH_SRCFAIL 5 /* src route failed */ macro
936 code = ICMP_UNREACH_SRCFAIL; in ip_dooptions()972 code = ICMP_UNREACH_SRCFAIL; in ip_dooptions()1143 code = ICMP_UNREACH_SRCFAIL; in ip_dooptions()
469 case ICMP_UNREACH_SRCFAIL: in _icmp_input()
118 #define ICMP_UNREACH_SRCFAIL 5 /* src route failed */ macro428 case ICMP_UNREACH_SRCFAIL: in icmp_print()
966 #ifndef ICMP_UNREACH_SRCFAIL967 # define ICMP_UNREACH_SRCFAIL 5 macro
1024 case ICMP_UNREACH_SRCFAIL: in main()
1579 case ICMP_UNREACH_SRCFAIL: in pr_icmph()
165 { "srcfail", ICMP_UNREACH, ICMP_UNREACH_SRCFAIL },
179 { ICMP_UNREACH_SRCFAIL, "srcfail" },
1557 | IPFY_ICMPC_SRCFAIL { $$ = ICMP_UNREACH_SRCFAIL; }