Home
last modified time | relevance | path

Searched refs:rectype (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/krb5/src/kadmin/dbutil/
H A Dtdumputil.c63 const char *rectype; member
142 rechandle_common(FILE *fh, const char *rectype) in rechandle_common() argument
149 h->rectype = rectype; in rechandle_common()
158 rechandle_tabsep(FILE *fh, const char *rectype) in rechandle_tabsep() argument
160 struct rechandle *h = rechandle_common(fh, rectype); in rechandle_tabsep()
172 rechandle_csv(FILE *fh, const char *rectype) in rechandle_csv() argument
174 struct rechandle *h = rechandle_common(fh, rectype); in rechandle_csv()
198 if (h->rectype == NULL) { in startrec()
203 return fputs(h->rectype, h->fh); in startrec()
257 if (h->rectype != NULL) in writeheader()
H A Dt_tdumputil.c54 char **a, *rectype = NULL; in main() local
61 rectype = optarg; in main()
75 h = rechandle_csv(stdout, rectype); in main()
77 h = rechandle_tabsep(stdout, rectype); in main()
97 if (rectype == NULL && writeheader(h, a) < 0) in main()
H A Dtabdump.c66 const char *rectype; member
603 const char *rectype = NULL; in setup_args() local
621 rectype = tdtype->rectype; in setup_args()
623 rh = rechandle_csv(f, rectype); in setup_args()
625 rh = rechandle_tabsep(f, rectype); in setup_args()
648 const char *rectype; in tabdump() local
681 rectype = argv[optind]; in tabdump()
683 if (strcmp(rectype, tdtypes[i].rectype) == 0) { in tabdump()
H A Ddump.c964 char rectype[100]; in process_tagged() local
966 nread = fscanf(filep, "%99s\t", rectype); in process_tagged()
971 if (strcmp(rectype, "princ") == 0) in process_tagged()
973 if (strcmp(rectype, "policy") == 0) in process_tagged()
975 if (strcmp(rectype, "End") == 0) /* Only expected for OV format */ in process_tagged()
978 fprintf(stderr, _("unknown record type \"%s\"\n"), rectype); in process_tagged()
/freebsd/contrib/tcpdump/
H A Dprint-pktap.c101 uint32_t dlt, hdrlen, rectype; in pktap_if_print() local
143 rectype = GET_LE_U_4(hdr->pkt_rectype); in pktap_if_print()
144 switch (rectype) { in pktap_if_print()
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c1763 int rectype; in report_stats() local
1767 rectype = g_recsize; in report_stats()
1789 if (!g_pflag && rectype < LS_HIST) { in report_stats()
1794 "cuml", "rcnt", rectype >= LS_TIME ? buf : "", lhdr, chdr); in report_stats()
1821 if (rectype >= LS_TIME) in report_stats()
1824 if (rectype >= LS_HIST) { in report_stats()
1830 if (rectype <= LS_STACK(j) || in report_stats()
1840 if (rectype >= LS_HIST) { in report_stats()
1858 if (rectype >= LS_TIME) in report_stats()
1888 if (rectype < LS_HIST) in report_stats()
[all …]
/freebsd/crypto/openssl/test/
H A Dtls13ccstest.c94 unsigned int rectype, recvers, msgtype, expectedrecvers; in watchccs_write() local
108 if (!PACKET_get_1(&pkt, &rectype) in watchccs_write()
115 if (rectype == SSL3_RT_HANDSHAKE) { in watchccs_write()
170 } else if (rectype == SSL3_RT_CHANGE_CIPHER_SPEC) { in watchccs_write()
198 } else if (rectype == SSL3_RT_APPLICATION_DATA) { in watchccs_write()
H A Drecordlentest.c27 static int write_record(BIO *b, size_t len, uint8_t rectype, int recversion) in write_record() argument
35 header[0] = rectype; in write_record()
/freebsd/usr.sbin/lpr/common_source/
H A Dcommon.c561 const char *lprhost, *recvdev, *recvhost, *rectype; in trstat_write() local
575 rectype = "send"; in trstat_write()
581 rectype = "recv"; in trstat_write()
592 rectype = "prnt"; in trstat_write()
669 pp->jobdfnum, rectype); in trstat_write()
/freebsd/crypto/openssl/ssl/record/methods/
H A Drecmethod_local.h174 uint8_t rectype,
423 uint8_t rectype,
508 uint8_t rectype,
H A Dtls_common.c1611 uint8_t rectype, in tls_prepare_record_header_default()
1622 if (!WPACKET_put_bytes_u8(thispkt, rectype) in tls_prepare_record_header_default()
1792 uint8_t rectype; in tls_write_records_default()
1803 rectype = rl->funcs->get_record_type(rl, thistempl); in tls_write_records_default()
1805 rectype = thistempl->type; in tls_write_records_default()
1807 TLS_RL_RECORD_set_type(thiswr, rectype); in tls_write_records_default()
1810 if (!rl->funcs->prepare_record_header(rl, thispkt, thistempl, rectype, in tls_write_records_default()
1607 tls_prepare_record_header_default(OSSL_RECORD_LAYER * rl,WPACKET * thispkt,OSSL_RECORD_TEMPLATE * templ,uint8_t rectype,unsigned char ** recdata) tls_prepare_record_header_default() argument
1788 uint8_t rectype; tls_write_records_default() local
H A Ddtls_meth.c701 uint8_t rectype, in dtls_prepare_record_header() argument
712 if (!WPACKET_put_bytes_u8(thispkt, rectype) in dtls_prepare_record_header()
H A Dktls_meth.c491 uint8_t rectype,
495 ktls_prepare_record_header(OSSL_RECORD_LAYER * rl,WPACKET * thispkt,OSSL_RECORD_TEMPLATE * templ,uint8_t rectype,unsigned char ** recdata) ktls_prepare_record_header() argument
/freebsd/crypto/openssl/ssl/
H A Dd1_lib.c425 unsigned int rectype, versmajor, versminor, msgseq, msgtype, clientvers, cookielen; in DTLSv1_listen()
510 if (!PACKET_get_1(&pkt, &rectype) in DTLSv1_listen()
521 if (rectype != SSL3_RT_HANDSHAKE) { in DTLSv1_listen()
427 unsigned int rectype, versmajor, versminor, msgseq, msgtype, clientvers, cookielen; DTLSv1_listen() local
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_common.t0519 : wait-rectype-out ( rectype -- )
520 { rectype }
523 can-output? if rectype addr-record_type_out set8 ret then
1154 20 wait-rectype-out
1158 22 wait-rectype-out