Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.h39 #define REPLY_SHORT_PKT 0 /* check_reply() has a short packet */ macro
H A Dtraceroute_aux6.c416 return (REPLY_SHORT_PKT); in check_reply6()
426 return (REPLY_SHORT_PKT); in check_reply6()
529 return (REPLY_SHORT_PKT); in check_reply6()
H A Dtraceroute_aux.c345 return (REPLY_SHORT_PKT); in check_reply()
425 return (REPLY_SHORT_PKT); in check_reply()
H A Dtraceroute.c1709 if (reply == REPLY_SHORT_PKT) { in traceroute()