Home
last modified time | relevance | path

Searched defs:aTcb (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dtcp6.cpp976 void tcplp_sys_set_timer(struct tcpcb *aTcb, uint8_t aTimerFlag, uint32_t aDelay) in tcplp_sys_set_timer()
982 void tcplp_sys_stop_timer(struct tcpcb *aTcb, uint8_t aTimerFlag) in tcplp_sys_stop_timer()
1062 void tcplp_sys_connection_lost(struct tcpcb *aTcb, uint8_t aErrNum) in tcplp_sys_connection_lost()
1090 void tcplp_sys_on_state_change(struct tcpcb *aTcb, int aNewState) in tcplp_sys_on_state_change()
Dtcp6.hpp342 … static Endpoint &FromTcb(struct tcpcb &aTcb) { return *reinterpret_cast<Endpoint *>(&aTcb); } in FromTcb()