Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_cache.h68 u_int8_t *cookie, u_int8_t *cookie_len);
H A Dtcp_cache.c516 unsigned int cookie_len; in tcp_cache_get_cookie_len_common() local
524 cookie_len = tpcache->tc_tfo_cookie_len; in tcp_cache_get_cookie_len_common()
528 return cookie_len; in tcp_cache_get_cookie_len_common()
1440 uint8_t *cookie, uint8_t *cookie_len) in tcp_heuristic_do_tfo_with_address() argument
1460 if (!tcp_cache_get_cookie_common(&tcks, cookie, cookie_len)) { in tcp_heuristic_do_tfo_with_address()
1461 *cookie_len = 0; in tcp_heuristic_do_tfo_with_address()
H A Dtcp_output.c293 unsigned int cookie_len; in tcp_tfo_check() local
339 cookie_len = tcp_cache_get_cookie_len(tp); in tcp_tfo_check()
340 if (cookie_len == 0) { in tcp_tfo_check()
346 if (MAX_TCPOPTLEN - optlen < cookie_len) { in tcp_tfo_check()