Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_input.c102 static void tcp_dooptions(struct tcpopt *, uint8_t *, int, int);
768 tcp_dooptions(&to, optp, optlen, TO_SYN); in tcp_input()
1032 tcp_dooptions(&to, (uint8_t *)(th + 1), in tcp_do_segment()
2607 tcp_dooptions(struct tcpopt *to, uint8_t *cp, int cnt, int flags) in tcp_dooptions() function