Home | History | Annotate | Download | only in wps

Lines Matching refs:sd

52 	int sd;         /* descriptor of TCP socket to read from */
134 eloop_unregister_sock(h->sd, EVENT_TYPE_READ);
138 h->sd = -1; /* aid debugging */
367 static void httpread_read_handler(int sd, void *eloop_ctx, void *sock_ctx)
380 nread = read(h->sd, readbuf, sizeof(readbuf));
707 eloop_unregister_sock(h->sd, EVENT_TYPE_READ);
730 int sd, /* descriptor of TCP socket to read from */
743 h->sd = sd;
755 if (eloop_register_sock(sd, EVENT_TYPE_READ, httpread_read_handler,