Home
last modified time | relevance | path

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

/dports/security/tcpcrypt/tcpcrypt-0.5/src/
H A Dtcpcrypt.h252 int tc_app_support; member
H A Dtcpcrypt.c1082 if (tc->tc_app_support) in do_output_closed()
1104 if (tc->tc_app_support) in do_output_closed()
1105 *p++ = tc->tc_app_support << 1; in do_output_closed()
1136 int app_support = tc->tc_app_support & 1; in do_output_hello_rcvd()
1771 if (tc->tc_app_support) in do_output_nextk1_rcvd()
1783 if (tc->tc_app_support) in do_output_nextk1_rcvd()
1784 eno->toe_opts[i++] = tc->tc_app_support << 1; in do_output_nextk1_rcvd()
1948 tc->tc_app_support |= 2; in check_app_support()
3793 return do_opt(set, &tc->tc_app_support,
3794 sizeof(tc->tc_app_support), val, len);
[all …]