Searched refs:printnum (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | dst_api.c | 1997 printnum(const dst_key_t *key, int type, const char *tag, FILE *stream) { in issymmetric() 2106 printnum(key, DST_NUM_LIFETIME, "Lifetime", fp); in write_key_state() 2107 printnum(key, DST_NUM_PREDECESSOR, "Predecessor", fp); in write_key_state() 2108 printnum(key, DST_NUM_SUCCESSOR, "Successor", fp); in write_key_state() 2124 printnum(key, DST_NUM_DSPUBCOUNT, "DSPubCount", fp); in write_key_state() 2125 printnum(key, DST_NUM_DSDELCOUNT, "DSDelCount", fp); in write_key_state() 2035 printnum(const dst_key_t *key, int type, const char *tag, FILE *stream) { printnum() function
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | dst_api.c | 2017 printnum(const dst_key_t *key, int type, const char *tag, FILE *stream) { in printnum() function 2125 printnum(key, DST_NUM_LIFETIME, "Lifetime", fp); in write_key_state() 2126 printnum(key, DST_NUM_PREDECESSOR, "Predecessor", fp); in write_key_state() 2127 printnum(key, DST_NUM_SUCCESSOR, "Successor", fp); in write_key_state() 2143 printnum(key, DST_NUM_DSPUBCOUNT, "DSPubCount", fp); in write_key_state() 2144 printnum(key, DST_NUM_DSDELCOUNT, "DSDelCount", fp); in write_key_state()
|