Home
last modified time | relevance | path

Searched refs:sendit (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/package/python-ws4py/
H A D0001-Adjust-ws4py-for-Python-3.7-syntax.patch32 def sendit(data):
35 - asyncio.async(sendit(data))
36 + asyncio.ensure_future(sendit(data))
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dsvc.c1346 goto sendit; in svc_process_common()
1409 sendit: in svc_process_common()
1441 goto sendit; in svc_process_common()
1454 goto sendit; in svc_process_common()
1460 goto sendit; in svc_process_common()
1470 goto sendit; in svc_process_common()
1477 goto sendit; in svc_process_common()
1486 goto sendit; in svc_process_common()
/OK3568_Linux_fs/kernel/net/appletalk/
H A Daarp.c587 goto sendit; in aarp_send_ddp()
594 goto sendit; in aarp_send_ddp()
665 sendit: in aarp_send_ddp()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpsuck.c909 int sendit = 1; in doServe() local
939 sendit = 0; in doServe()
968 if (sendit && RTMP_IsConnected(&server->rs)) in doServe()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-cleanup.patch335 if (sendit(dp->d_name, opts, destdir) > 0)