Home
last modified time | relevance | path

Searched refs:opts (Results 1 – 7 of 7) sorted by relevance

/mOS-networking-stack/core/src/
H A Dpipe.c121 if (pair_socket->opts & MTCP_NONBLOCK) { in RaiseEventToPair()
166 if (socket->opts & MTCP_NONBLOCK) { in PipeRead()
175 if (!(socket->opts & MTCP_NONBLOCK)) { in PipeRead()
270 if (socket->opts & MTCP_NONBLOCK) { in PipeWrite()
279 if (!(socket->opts & MTCP_NONBLOCK)) { in PipeWrite()
H A Dapi.c486 mtcp->smap[sockid].opts |= MTCP_NONBLOCK; in mtcp_setsock_nonblock()
543 mtcp->smap[sockid].opts |= MTCP_NONBLOCK; in mtcp_ioctl()
545 mtcp->smap[sockid].opts &= ~MTCP_NONBLOCK; in mtcp_ioctl()
736 mtcp->smap[sockid].opts |= MTCP_ADDR_BIND; in mtcp_bind()
849 if (listener->socket->opts & MTCP_NONBLOCK) { in mtcp_accept()
1050 if (socket->opts & MTCP_ADDR_BIND && in mtcp_connect()
1079 socket->opts |= MTCP_ADDR_BIND; in mtcp_connect()
1168 if (socket->opts & MTCP_NONBLOCK) { in mtcp_connect()
1560 if (socket->opts & MTCP_NONBLOCK) { in mtcp_recv()
1672 if (socket->opts & MTCP_NONBLOCK) { in mtcp_readv()
[all …]
H A Dsocket.c121 socket->opts = 0; in AllocateSocket()
H A Dtcp_stream.c917 socket->id, socket->socktype, socket->opts,
H A Dcore.c835 if (!(mtcp->listener->socket->opts & MTCP_NONBLOCK)) { in InterruptApplication()
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DSConstruct75 opts = Options('config.py')
76 opts.AddOptions(
99 options = opts,
103 env.Help(opts.GenerateHelpText(env))
/mOS-networking-stack/core/src/include/
H A Dsocket.h110 uint32_t opts; member