Searched defs:web_connection (Results 1 – 1 of 1) sorted by relevance
48 struct web_connection { struct50 struct web_connection *next; argument51 struct web_connection *prev; argument52 struct upnp_wps_device_sm *sm; /* parent */53 int sd; /* socket to read from */54 struct sockaddr_in cli_addr;55 int sd_registered; /* nonzero if we must cancel registration */56 struct httpread *hread; /* state machine for reading socket */57 int n_rcvd_data; /* how much data read so far */58 int done; /* internal flag, set when we've finished */