tcp_parse_options
options = tcp_parse_options(tcph, &tcpopt);
options = tcp_parse_options(tcph, tcpoptp);
(void) tcp_parse_options((tcph_t *)tcph, &tcpopt);
static int tcp_parse_options(tcph_t *, tcp_opt_t *);
options = tcp_parse_options(tcpha, &tcpopt);
options = tcp_parse_options(tcpha, &tcpopt);
options = tcp_parse_options(tcpha, &tcpopt);
extern int tcp_parse_options(tcpha_t *, tcp_opt_t *);