Searched refs:rectype (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-pktap.c | 101 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 D | lockstat.c | 1763 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 D | tls13ccstest.c | 94 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() 168 } else if (rectype == SSL3_RT_CHANGE_CIPHER_SPEC) { in watchccs_write() 196 } else if(rectype == SSL3_RT_APPLICATION_DATA) { in watchccs_write()
|
H A D | recordlentest.c | 27 static int write_record(BIO *b, size_t len, int rectype, int recversion) in write_record() argument 35 header[0] = rectype; in write_record()
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | common.c | 561 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/ |
H A D | d1_lib.c | 465 unsigned int rectype, versmajor, msgseq, msgtype, clientvers, cookielen; in DTLSv1_listen() local 560 if (!PACKET_get_1(&pkt, &rectype) in DTLSv1_listen() 566 if (rectype != SSL3_RT_HANDSHAKE) { in DTLSv1_listen()
|
/freebsd/crypto/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 872 unsigned int rectype; in do_ssl3_write() 885 rectype = SSL3_RT_APPLICATION_DATA; in do_ssl3_write() 887 rectype = type; in do_ssl3_write() 888 SSL3_RECORD_set_type(thiswr, rectype); in do_ssl3_write() 910 && (!WPACKET_put_bytes_u8(thispkt, rectype) in do_ssl3_write() 857 unsigned int rectype; do_ssl3_write() local
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_hs_common.t0 | 519 : 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
|