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.c596 const char *truncstr; in print_ipoptions() local
611 truncstr = len > optlen ? "?" : ""; in print_ipoptions()
622 " - Record route (%d bytes%s)", len, truncstr); in print_ipoptions()
627 " - Time stamp (%d bytes%s)", len, truncstr); in print_ipoptions()
631 len, truncstr); in print_ipoptions()
636 len, truncstr); in print_ipoptions()
642 truncstr); in print_ipoptions()
648 len, truncstr); in print_ipoptions()
653 truncstr); in print_ipoptions()
659 opt[0], len, truncstr, in print_ipoptions()