Home
last modified time | relevance | path

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

/openthread-3.5.0/third_party/tcplp/bsdtcp/
Dtcp_fastopen.h42 #define V_tcp_fastopen_client_enable VNET(tcp_fastopen_client_enable)
47 #define V_tcp_fastopen_client_enable 0
Dtcp_const.h102 V_tcp_fastopen_client_enable = 1, enumerator
Dtcp_fastopen.c429 if (V_tcp_fastopen_client_enable) { in tcp_fastopen_init()
886 new = V_tcp_fastopen_client_enable;
889 if (V_tcp_fastopen_client_enable && !new) {
898 V_tcp_fastopen_client_enable = 0;
899 } else if (!V_tcp_fastopen_client_enable && new) {
912 V_tcp_fastopen_client_enable = 1;
Dtcp_input.c2863 if (!V_tcp_fastopen_client_enable && in tcp_dooptions()