Home
last modified time | relevance | path

Searched refs:tcp_fastopen_connect (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_fastopen.h96 void tcp_fastopen_connect(struct tcpcb *);
106 #define tcp_fastopen_connect(t) ((void)0) macro
Dtcp_usrreq.c320 tcp_fastopen_connect(tp); in tcp_usr_send()
Dtcp_fastopen.c921 tcp_fastopen_connect(struct tcpcb *tp) in tcp_fastopen_connect() function