Searched refs:tcp_dooptions (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/openthread/third_party/tcplp/bsdtcp/ |
H A D | tcp_input.c | 103 static void tcp_dooptions(struct tcpopt *, uint8_t *, int, int); 783 tcp_dooptions(&to, optp, optlen, TO_SYN); in tcp_input() 1107 tcp_dooptions(&to, (uint8_t *)(th + 1), in tcp_do_segment() 2775 tcp_dooptions(struct tcpopt *to, uint8_t *cp, int cnt, int flags) in tcp_dooptions() function
|