Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_var.h1831 uint8_t tcp_addoptions(struct tcpopt *to, u_char * __ended_by(optend) optp, u_char * optend);
H A Dtcp_output.c670 tcp_addoptions(struct tcpopt *to, u_char * __ended_by(optend) optp, u_char * optend) in tcp_addoptions() function
H A Dtcp_subr.c789 optlen = tcp_addoptions(&to, optp, optp + TCP_MAXOLEN); in tcp_filloptions()