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

/bind-9.11.3/bin/named/
H A Dstatschannel.c2256 json_object *udpreq4 = NULL, *udpresp4 = NULL; local
2672 udpreq4 = json_object_new_object();
2673 CHECKMEM(udpreq4);
2697 isc_statsformat_json, udpreq4, NULL,
2754 udpreq4);
2777 udpreq4 = NULL;
2800 if (udpreq4 != NULL)
2801 json_object_put(udpreq4);

Completed in 23 milliseconds