Searched refs:tcp_parse_options (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_input.c | 174 static int tcp_parse_options(tcpha_t *, tcp_opt_t *); 241 tcp_parse_options(tcpha_t *tcpha, tcp_opt_t *tcpopt) in tcp_parse_options() function 411 options = tcp_parse_options(tcpha, &tcpopt); in tcp_process_options() 721 options = tcp_parse_options(tcpha, tcpoptp); in tcp_paws_check() 2931 (void) tcp_parse_options(tcpha, &tcpopt); in tcp_input_data()
|
/titanic_44/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 305 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()
|