Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_cache.h41 extern int tcp_cache_get_cookie(struct tcpcb *tp, u_char *cookie, u_int8_t *len);
H A Dtcp_cache.c503 tcp_cache_get_cookie(struct tcpcb *tp, u_char *cookie, uint8_t *len) in tcp_cache_get_cookie() function
H A Dtcp_output.c425 res = tcp_cache_get_cookie(tp, bp + TCPOLEN_FASTOPEN_REQ, &tfo_len); in tcp_tfo_write_cookie()