Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c1471 uint16_t tcp_space; in opt_format_ipcompproto() local
1477 if (size < sizeof (proto) + sizeof (tcp_space) + in opt_format_ipcompproto()
1482 GETINT16(tcp_space, optdata); in opt_format_ipcompproto()
1488 (void) sprintf(get_line(0, 0), "TCP_SPACE = %d", tcp_space); in opt_format_ipcompproto()
1605 uint16_t tcp_space; in opt_format_ipv6compproto() local
1611 if (size < sizeof (proto) + sizeof (tcp_space) + in opt_format_ipv6compproto()
1616 GETINT16(tcp_space, optdata); in opt_format_ipv6compproto()
1622 (void) sprintf(get_line(0, 0), "TCP_SPACE = %d", tcp_space); in opt_format_ipv6compproto()