Lines Matching defs:sock
88 static isc_socket_t *sock = NULL;
188 isc_socket_detach(&sock);
245 isc_socket_detach(&sock);
321 DO("send message", isc_socket_send(sock, &r, task, rndc_senddone,
353 isc_socket_detach(&sock);
379 isccc_ccmsg_init(mctx, sock, &ccmsg);
385 DO("send message", isc_socket_send(sock, &r, task, rndc_senddone,
408 DO("create socket", isc_socket_create(socketmgr, pf, type, &sock));
411 DO("bind socket", isc_socket_bind(sock, &local4, 0));
414 DO("bind socket", isc_socket_bind(sock, &local6, 0));
419 DO("connect", isc_socket_connect(sock, addr, task, rndc_connected,
847 isc_socket_cancel(sock, task, ISC_SOCKCANCEL_ALL);