Searched defs:tcp_parse_options (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c231 tcp_parse_options(tcpha_t *tcpha, tcp_opt_t *tcpopt) function
414 options = tcp_parse_options(tcpha, &tcpopt);
2873 options = tcp_parse_options(tcpha, &tcpopt);
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c104 * TCP options struct returned from tcp_parse_options.
127 * Flags returned from tcp_parse_options.
305 static int tcp_parse_options(tcph_t *, tcp_opt_t *);
2021 tcp_parse_options(tcph_t *tcph, tcp_opt_t *tcpopt) function
2239 options = tcp_parse_options(tcph, &tcpopt);
2391 options = tcp_parse_options(tcph, tcpoptp);
2964 * SACK info in already updated in tcp_parse_options. Ignore
2967 (void) tcp_parse_options((tcph_t *)tcph, &tcpopt);

Completed in 85 milliseconds