Home
last modified time | relevance | path

Searched refs:printstate (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dcrypto.c276 pgp_print_packet(&cbinfo->printstate, pkt); in write_parsed_cb()
278 if (pkt->tag != PGP_PTAG_CT_UNARMOURED_TEXT && cbinfo->printstate.skipping) { in write_parsed_cb()
280 cbinfo->printstate.skipping = 0; in write_parsed_cb()
285 if (!cbinfo->printstate.skipping) { in write_parsed_cb()
287 cbinfo->printstate.skipping = 1; in write_parsed_cb()
292 cbinfo->printstate.skipping = 1; in write_parsed_cb()
H A Dcrypto.h265 pgp_printstate_t printstate; /* used to keep printing state */ member
H A Dreader.c2132 pgp_print_packet(&cbinfo->printstate, pkt); in pgp_litdata_cb()
2169 pgp_print_packet(&cbinfo->printstate, pkt); in pgp_pk_sesskey_cb()
2225 pgp_print_packet(&cbinfo->printstate, pkt); in pgp_get_seckey_cb()
2290 pgp_print_packet(&cbinfo->printstate, pkt); in get_passphrase_cb()
H A Dpacket-print.c1435 pgp_print_packet(&cbinfo->printstate, pkt); in cb_list_packets()
/netbsd-src/external/bsd/ipf/lib/
H A DMakefile118 printstate.c \
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dprintstate.c14 printstate(sp, opts, now) in printstate() function
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Ddst_api.c2044 printstate(const dst_key_t *key, int type, const char *tag, FILE *stream) { in printnum()
2132 printstate(key, DST_KEY_DNSKEY, "DNSKEYState", fp); in write_key_state()
2133 printstate(key, DST_KEY_ZRRSIG, "ZRRSIGState", fp); in write_key_state()
2134 printstate(key, DST_KEY_KRRSIG, "KRRSIGState", fp); in write_key_state()
2135 printstate(key, DST_KEY_DS, "DSState", fp); in write_key_state()
2136 printstate(key, DST_KEY_GOAL, "GoalState", fp); in write_key_state()
2082 printstate(const dst_key_t *key, int type, const char *tag, FILE *stream) { printstate() function
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddst_api.c2064 printstate(const dst_key_t *key, int type, const char *tag, FILE *stream) { in printstate() function
2151 printstate(key, DST_KEY_DNSKEY, "DNSKEYState", fp); in write_key_state()
2152 printstate(key, DST_KEY_ZRRSIG, "ZRRSIGState", fp); in write_key_state()
2153 printstate(key, DST_KEY_KRRSIG, "KRRSIGState", fp); in write_key_state()
2154 printstate(key, DST_KEY_DS, "DSState", fp); in write_key_state()
2155 printstate(key, DST_KEY_GOAL, "GoalState", fp); in write_key_state()
/netbsd-src/external/bsd/ipf/dist/
H A Dipf.h377 extern struct ipstate *printstate __P((struct ipstate *, int, u_long));
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipfstat.c1116 printstate(&ips, opts, ipsp->iss_ticks);
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_state.c5272 ips = printstate(ips, opts & (OPT_DEBUG|OPT_VERBOSE), in ipf_state_dump()