Searched defs:request_state (Results 1 – 1 of 1) sorted by relevance
98 typedef struct request_state request_state; typedef142 struct request_state struct144 request_state *next; argument145 request_state *primary; // If this operation is on a shared socket, pointer to primary argument158 // operation is, we don't know if we're going to need to allocate a new request_state or not. argument159 transfer_state ts;160 mDNSu32 hdr_bytes; // bytes of header already read161 ipc_msg_hdr hdr;162 mDNSu32 data_bytes; // bytes of message data already read163 char *msgbuf; // pointer to data storage to pass to free()[all …]