Home
last modified time | relevance | path

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

/external/openthread/src/core/net/
Dtcp6.cpp994 void tcplp_sys_set_timer(struct tcpcb *aTcb, uint8_t aTimerFlag, uint32_t aDelay) in tcplp_sys_set_timer()
1000 void tcplp_sys_stop_timer(struct tcpcb *aTcb, uint8_t aTimerFlag) in tcplp_sys_stop_timer()
1080 void tcplp_sys_connection_lost(struct tcpcb *aTcb, uint8_t aErrNum) in tcplp_sys_connection_lost()
1108 void tcplp_sys_on_state_change(struct tcpcb *aTcb, int aNewState) in tcplp_sys_on_state_change()
Dtcp6.hpp350 … static Endpoint &FromTcb(struct tcpcb &aTcb) { return *reinterpret_cast<Endpoint *>(&aTcb); } in FromTcb()