Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.h44 #define REPLY_GOT_OTHER 3 /* ... received other */ macro
H A Dtraceroute_aux.c384 REPLY_GOT_GATEWAY : REPLY_GOT_OTHER); in check_reply()
404 return (REPLY_GOT_OTHER); in check_reply()
H A Dtraceroute_aux6.c473 return (REPLY_GOT_OTHER); in check_reply6()
494 return (REPLY_GOT_OTHER); in check_reply6()
H A Dtraceroute.c1745 if (reply == REPLY_GOT_OTHER) { in traceroute()