Searched refs:buflist_t (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/contrib/ntp/lib/isc/win32/ |
| D | socket.c | 283 typedef struct buflist buflist_t; typedef 288 ISC_LINK(buflist_t) link; 305 ISC_LIST(buflist_t) bufferlist; /*%< list of buffers */ 952 buflist_t *cpbuffer; in build_msghdr_send() 971 cpbuffer = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, sizeof(buflist_t)); in build_msghdr_send() 978 "alloc_buffer %p %d %p %d", cpbuffer, sizeof(buflist_t), in build_msghdr_send() 1011 cpbuffer = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, sizeof(buflist_t)); in build_msghdr_send() 1018 "alloc_buffer %p %d %p %d", cpbuffer, sizeof(buflist_t), in build_msghdr_send() 2269 buflist_t *buffer; in internal_send()
|