Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.h41 #define REPLY_SHORT_PKT 0 /* check_reply() has a short packet */ macro
H A Dtraceroute_aux6.c418 return (REPLY_SHORT_PKT); in check_reply6()
428 return (REPLY_SHORT_PKT); in check_reply6()
531 return (REPLY_SHORT_PKT); in check_reply6()
H A Dtraceroute_aux.c347 return (REPLY_SHORT_PKT); in check_reply()
427 return (REPLY_SHORT_PKT); in check_reply()
H A Dtraceroute.c1685 if (reply == REPLY_SHORT_PKT) { in traceroute()