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

/bind-9.11.3/bin/named/
H A Dstatschannel.c2259 json_object *tcpreq6 = NULL, *tcpresp6 = NULL; local
2690 tcpreq6 = json_object_new_object();
2691 CHECKMEM(tcpreq6);
2739 isc_statsformat_json, tcpreq6, NULL,
2772 tcpreq6);
2783 tcpreq6 = NULL;
2812 if (tcpreq6 != NULL)
2813 json_object_put(tcpreq6);

Completed in 22 milliseconds