Home
last modified time | relevance | path

Searched refs:tcp_addoptions (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_timewait.c608 optlen = tcp_addoptions(&to, (u_char *)(th + 1)); in tcp_twrespond()
H A Dtcp_output.c881 hdrlen += optlen = tcp_addoptions(&to, opt); in tcp_output()
1747 tcp_addoptions(struct tcpopt *to, u_char *optp) in tcp_addoptions() function
H A Dtcp_var.h921 int tcp_addoptions(struct tcpopt *, u_char *);
H A Dtcp_syncache.c2000 optlen = tcp_addoptions(&to, (u_char *)(th + 1)); in syncache_respond()
H A Dtcp_subr.c1575 tlen += optlen = tcp_addoptions(&to, optp); in tcp_respond()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h921 int tcp_addoptions(struct tcpopt *, u_char *);
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c13085 hdrlen += optlen = tcp_addoptions(&to, opt); in rack_output()
H A Dbbr.c13060 hdrlen += (optlen = tcp_addoptions(&to, opt)); in bbr_output_wtime()