Searched refs:tcp_addoptions (Results 1 – 3 of 3) sorted by relevance
139 optlen = tcp_addoptions(&to, opt); in tcp_twrespond()
605 int tcp_addoptions(struct tcpopt *, uint8_t *);
807 hdrlen += optlen = tcp_addoptions(&to, opt); in tcp_output()1434 tcp_addoptions(struct tcpopt *to, uint8_t *optp) in tcp_addoptions() function