Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/tcplp/bsdtcp/
H A Dtcp_fastopen.h94 int tcp_fastopen_check_cookie(struct tcpcb*, uint8_t *, unsigned int,
105 #define tcp_fastopen_check_cookie(i, c, l, lc) (-1) macro
H A Dtcp_fastopen.c646 tcp_fastopen_check_cookie(struct tcpcb* tp, uint8_t *cookie, in tcp_fastopen_check_cookie() function
H A Dtcp_input.c806 int result = tcp_fastopen_check_cookie(NULL, in tcp_input()