Searched refs:sendlist (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.bin/telnet/ |
H A D | commands.c | 192 struct sendlist { struct 211 static struct sendlist Sendlist[] = { argument 240 #define GETSEND(name) ((struct sendlist *) genget(name, (char **) Sendlist, \ 241 sizeof(struct sendlist))) 248 struct sendlist *s; /* pointer to current command */ in sendcmd() 411 struct sendlist *s; /* pointer to current command */ in send_help()
|
/openbsd/usr.bin/dig/ |
H A D | dig.h | 180 isc_bufferlist_t sendlist, member
|
H A D | dighost.c | 2642 ISC_LIST_INIT(query->sendlist); in send_udp() 2644 ISC_LIST_ENQUEUE(query->sendlist, sendbuf, link); in send_udp() 2649 result = isc_socket_sendtov2(query->sock, &query->sendlist, in send_udp() 2841 ISC_LIST_INIT(query->sendlist); in launch_next_query() 2845 ISC_LIST_ENQUEUE(query->sendlist, buffer, link); in launch_next_query() 2848 ISC_LIST_ENQUEUE(query->sendlist, buffer, link); in launch_next_query() 2864 result = isc_socket_sendv(query->sock, &query->sendlist, in launch_next_query()
|