Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.h42 #define REPLY_GOT_OTHER 3 /* ... received other */ macro
H A Dtraceroute_aux.c382 REPLY_GOT_GATEWAY : REPLY_GOT_OTHER); in check_reply()
402 return (REPLY_GOT_OTHER); in check_reply()
H A Dtraceroute_aux6.c471 return (REPLY_GOT_OTHER); in check_reply6()
492 return (REPLY_GOT_OTHER); in check_reply6()
H A Dtraceroute.c1769 if (reply == REPLY_GOT_OTHER) { in traceroute()