Searched defs: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; local
610 truncstr = len > optlen ? "?" : "";
621 " - Record route (%d bytes%s)", len, truncstr);
626 " - Time stamp (%d bytes%s)", len, truncstr);
630 len, truncstr);
635 len, truncstr);
641 truncstr);
647 len, truncstr);
652 truncstr);
658 opt[0], len, truncstr,
[all...]

Completed in 60 milliseconds