Lines Matching refs:sendevent
538 sockets[i].sendevent = (NETCONNTYPE_GROUP(newconn->type) == NETCONN_TCP ? (accepted != 0) : 1);
1932 u16_t sendevent = sock->sendevent;
1944 if (writeset_in && FD_ISSET(i, writeset_in) && (sendevent != 0)) {
2294 u16_t sendevent = sock->sendevent;
2324 if ((fds[fdi].events & POLLOUT) != 0 && (sendevent != 0)) {
2608 if (sock->sendevent) {
2611 sock->sendevent = 1;
2614 sock->sendevent = 0;
2629 has_sendevent = sock->sendevent != 0;