Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c595 const char *truncstr; in print_ipoptions() local
610 truncstr = len > optlen ? "?" : ""; in print_ipoptions()
621 " - Record route (%d bytes%s)", len, truncstr); in print_ipoptions()
626 " - Time stamp (%d bytes%s)", len, truncstr); in print_ipoptions()
630 len, truncstr); in print_ipoptions()
635 len, truncstr); in print_ipoptions()
641 truncstr); in print_ipoptions()
647 len, truncstr); in print_ipoptions()
652 truncstr); in print_ipoptions()
658 opt[0], len, truncstr, in print_ipoptions()