Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_cache.h40 extern void tcp_cache_set_cookie(struct tcpcb *tp, u_char *cookie, u_int8_t len);
H A Dtcp_cache.c455 tcp_cache_set_cookie(struct tcpcb *tp, u_char *cookie, uint8_t len) in tcp_cache_set_cookie() function
H A Dtcp_input.c1706 tcp_cache_set_cookie(tp, to->to_tfo, len); in tcp_tfo_synack()