Searched refs:tcp_parse_options (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ |
H A D | tcp_impl.h | 666 extern int tcp_parse_options(tcpha_t *, tcp_opt_t *);
|
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_time_wait.c | 527 options = tcp_parse_options(tcpha, &tcpopt); in tcp_time_wait_processing()
|
H A D | tcp_input.c | 231 tcp_parse_options(tcpha_t *tcpha, tcp_opt_t *tcpopt) in tcp_parse_options() function 414 options = tcp_parse_options(tcpha, &tcpopt); in tcp_process_options() 2873 options = tcp_parse_options(tcpha, &tcpopt); in tcp_input_data()
|
/titanic_50/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()
|