Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_net.h268 LINK_CONNECTED = 0x2, enumerator
284 return (_state & LINK_CONNECTED); in Connected()
H A Dmt_net.cpp906 _state |= LINK_CONNECTED; in Connect()
909 if (_state & LINK_CONNECTED) in Connect()
928 _state |= LINK_CONNECTED; in Connect()
948 _state |= LINK_CONNECTED; in Connect()
1405 _state |= LINK_CONNECTED; in OutputNotify()