Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_cache.h96 uint8_t tc_tfo_cookie[TFO_COOKIE_LEN_MAX]; member
H A Dtcp_cache.c92 uint8_t tc_tfo_cookie[TFO_COOKIE_LEN_MAX]; member
435 memcpy(tpcache->tc_tfo_cookie, cookie, tpcache->tc_tfo_cookie_len); in tcp_cache_set_cookie_common()
474 memcpy(cookie, tpcache->tc_tfo_cookie, tpcache->tc_tfo_cookie_len); in tcp_cache_get_cookie_common()
1697 memcpy(cache_data.tc_tfo_cookie, tpcache->tc_tfo_cookie, TFO_COOKIE_LEN_MAX);
/xnu-12377.61.12/tests/
H A Dtcp_cache_test.c97 snprintf(cookie_hex + j * 2, 3, "%02x", entry->tc_tfo_cookie[j]);