Searched defs:udpreq6 (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/named/
H A Dstatschannel.c2258 json_object *udpreq6 = NULL, *udpresp6 = NULL; local
2684 udpreq6 = json_object_new_object();
2685 CHECKMEM(udpreq6);
2725 isc_statsformat_json, udpreq6, NULL,
2766 udpreq6);
2781 udpreq6 = NULL;
2808 if (udpreq6 != NULL)
2809 json_object_put(udpreq6);

Completed in 20 milliseconds