Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c1454 uint8_t maxslotid; in opt_format_ipcompproto() local
1457 if (size < sizeof (proto) + sizeof (maxslotid) + in opt_format_ipcompproto()
1461 GETINT8(maxslotid, optdata); in opt_format_ipcompproto()
1463 (void) sprintf(get_line(0, 0), "Max-Slot-Id = %d", maxslotid); in opt_format_ipcompproto()