.ad l .TH ldns 3 "30 May 2006" .SH NAME ldns_update_zocount, ldns_update_prcount, ldns_update_upcount, ldns_update_adcount \- return update packet counters .SH SYNOPSIS #include .br #include .br .PP #include .PP uint16_t ldns_update_zocount(const ldns_pkt *p); .PP uint16_t ldns_update_prcount(const ldns_pkt *p); .PP uint16_t ldns_update_upcount(const ldns_pkt *p); .PP ldns_update_adcount(); .PP .SH DESCRIPTION .HP \fIldns_update_zocount\fR() Get the zo count \.br \fBp\fR: the packet \.br Returns the zo count .PP .HP \fIldns_update_prcount\fR() Get the zo count \.br \fBp\fR: the packet \.br Returns the pr count .PP .HP \fIldns_update_upcount\fR() Get the zo count \.br \fBp\fR: the packet \.br Returns the up count .PP .HP \fIldns_update_adcount\fR() .PP .SH AUTHOR The ldns team at NLnet Labs. .SH REPORTING BUGS Please report bugs to ldns-team@nlnetlabs.nl or in our bugzilla at http://www.nlnetlabs.nl/bugs/index.html .SH COPYRIGHT Copyright (c) 2004 - 2006 NLnet Labs. .PP Licensed under the BSD License. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. .SH SEE ALSO \fIldns_update_pkt_new\fR. And \fBperldoc Net::DNS\fR, \fBRFC1034\fR, \fBRFC1035\fR, \fBRFC4033\fR, \fBRFC4034\fR and \fBRFC4035\fR. .SH REMARKS This manpage was automatically generated from the ldns source code.