Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h749 extern int tcp_parse_options(tcpha_t *, tcp_opt_t *);
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_time_wait.c626 options = tcp_parse_options(tcpha, &tcpopt); in tcp_time_wait_processing()
H A Dtcp_input.c362 tcp_parse_options(tcpha_t *tcpha, tcp_opt_t *tcpopt) in tcp_parse_options() function
557 options = tcp_parse_options(tcpha, &tcpopt); in tcp_process_options()
3062 options = tcp_parse_options(tcpha, &tcpopt); in tcp_input_data()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c304 static int tcp_parse_options(tcph_t *, tcp_opt_t *);
2020 tcp_parse_options(tcph_t *tcph, tcp_opt_t *tcpopt) in tcp_parse_options() function
2238 options = tcp_parse_options(tcph, &tcpopt); in tcp_process_options()
2390 options = tcp_parse_options(tcph, tcpoptp); in tcp_paws_check()
2966 (void) tcp_parse_options((tcph_t *)tcph, &tcpopt); in tcp_rput_data()