Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_subr.c210 tcpip_fillheaders(tp, (void *)&t->tt_ipgen, (void *)&t->tt_t); in tcpip_maketemplate()
226 tcpip_fillheaders(struct tcpcb* tp, otMessageInfo* ip_ptr, void *tcp_ptr) in tcpip_fillheaders() function
Dtcp_var.h603 void tcpip_fillheaders(struct tcpcb *, otMessageInfo *, void *);
Dtcp_output.c1026 tcpip_fillheaders(tp, &ip6info, th); in tcp_output()