Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c1469 uint16_t tcp_space; in opt_format_ipcompproto() local
1475 if (size < sizeof (proto) + sizeof (tcp_space) + in opt_format_ipcompproto()
1480 GETINT16(tcp_space, optdata); in opt_format_ipcompproto()
1486 (void) sprintf(get_line(0, 0), "TCP_SPACE = %d", tcp_space); in opt_format_ipcompproto()
1603 uint16_t tcp_space; in opt_format_ipv6compproto() local
1609 if (size < sizeof (proto) + sizeof (tcp_space) + in opt_format_ipv6compproto()
1614 GETINT16(tcp_space, optdata); in opt_format_ipv6compproto()
1620 (void) sprintf(get_line(0, 0), "TCP_SPACE = %d", tcp_space); in opt_format_ipv6compproto()