Lines Matching defs:info
276 AFD_RECV_INFO info;
284 info.BufferArray = buffers;
285 info.BufferCount = buffer_count;
286 info.AfdFlags = AFD_OVERLAPPED;
287 info.TdiFlags = TDI_RECEIVE_NORMAL;
290 info.TdiFlags |= TDI_RECEIVE_PEEK;
294 info.TdiFlags |= TDI_RECEIVE_PARTIAL;
312 &info,
313 sizeof(info),
371 AFD_RECV_DATAGRAM_INFO info;
380 info.BufferArray = buffers;
381 info.BufferCount = buffer_count;
382 info.AfdFlags = AFD_OVERLAPPED;
383 info.TdiFlags = TDI_RECEIVE_NORMAL;
384 info.Address = addr;
385 info.AddressLength = addr_len;
388 info.TdiFlags |= TDI_RECEIVE_PEEK;
392 info.TdiFlags |= TDI_RECEIVE_PARTIAL;
410 &info,
411 sizeof(info),