Home
last modified time | relevance | path

Searched refs:to_tfo_cookie (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/netinet/
HDtcp_output.c784 to.to_tfo_cookie = (u_char *)&tp->t_tfo_cookie; in tcp_output()
1819 bcopy(to->to_tfo_cookie, optp, to->to_tfo_len); in tcp_addoptions()
HDtcp_var.h379 u_char *to_tfo_cookie; /* pointer to the TFO cookie */ member
HDtcp_syncache.c1207 to->to_tfo_cookie, to->to_tfo_len, in syncache_add()
1646 to.to_tfo_cookie = sc->sc_tfo_cookie; in syncache_respond()
HDtcp_input.c3380 to->to_tfo_cookie = to->to_tfo_len ? cp + 2 : NULL; in tcp_dooptions()