Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c171 static int tcp_parse_options(tcpha_t *, tcp_opt_t *);
238 tcp_parse_options(tcpha_t *tcpha, tcp_opt_t *tcpopt) in tcp_parse_options() function
408 options = tcp_parse_options(tcpha, &tcpopt); in tcp_process_options()
718 options = tcp_parse_options(tcpha, tcpoptp); in tcp_paws_check()
2816 (void) tcp_parse_options(tcpha, &tcpopt); in tcp_input_data()
/onnv-gate/usr/src/stand/lib/tcp/
H A Dtcp.c305 static int tcp_parse_options(tcph_t *, tcp_opt_t *);
2021 tcp_parse_options(tcph_t *tcph, tcp_opt_t *tcpopt) in tcp_parse_options() function
2239 options = tcp_parse_options(tcph, &tcpopt); in tcp_process_options()
2391 options = tcp_parse_options(tcph, tcpoptp); in tcp_paws_check()
2967 (void) tcp_parse_options((tcph_t *)tcph, &tcpopt); in tcp_rput_data()