/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
H A D | crypto.c | 276 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 D | crypto.h | 265 pgp_printstate_t printstate; /* used to keep printing state */ member
|
H A D | reader.c | 2132 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 D | packet-print.c | 1435 pgp_print_packet(&cbinfo->printstate, pkt); in cb_list_packets()
|
/netbsd-src/external/bsd/ipf/lib/ |
H A D | Makefile | 118 printstate.c \
|
/netbsd-src/external/bsd/ipf/dist/lib/ |
H A D | printstate.c | 14 printstate(sp, opts, now) in printstate() function
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | dst_api.c | 2044 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 D | dst_api.c | 2064 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 D | ipf.h | 377 extern struct ipstate *printstate __P((struct ipstate *, int, u_long));
|
/netbsd-src/external/bsd/ipf/dist/tools/ |
H A D | ipfstat.c | 1116 printstate(&ips, opts, ipsp->iss_ticks);
|
/netbsd-src/sys/external/bsd/ipf/netinet/ |
H A D | ip_state.c | 5272 ips = printstate(ips, opts & (OPT_DEBUG|OPT_VERBOSE), in ipf_state_dump()
|