Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/unfs3/
H A D0001-Add-listen-action-for-a-tcp-socket.patch22 The root cause is that 'listen' is not called for the binded
24 the incomming socket is binded, so 'accept' reports the error
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.c25 if (!btcoexist->binded || NULL == btcoexist->adapter) in halbtc_is_bt_coexist_available()
1328 if (btcoexist->binded) in exhalbtc_bind_bt_coex_withadapter()
1343 btcoexist->binded = true; in exhalbtc_bind_bt_coex_withadapter()
1760 btcoexist->binded = false; in exhalbtc_halt_notify()
H A Dhalbtcoutsrc.h665 bool binded; member