HomeSort by: relevance | last modified time | path
    Searched refs:pkt_type (Results 1 - 16 of 16) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_wire_pkt.h 35 ossl_quic_pkt_type_to_enc_level(uint32_t pkt_type)
37 switch (pkt_type) {
70 ossl_quic_pkt_type_is_encrypted(uint32_t pkt_type)
72 switch (pkt_type) {
83 ossl_quic_pkt_type_has_pn(uint32_t pkt_type)
89 return ossl_quic_pkt_type_is_encrypted(pkt_type);
97 ossl_quic_pkt_type_can_share_dgram(uint32_t pkt_type)
103 return ossl_quic_pkt_type_is_encrypted(pkt_type);
111 ossl_quic_pkt_type_must_be_last(uint32_t pkt_type)
117 return !ossl_quic_pkt_type_can_share_dgram(pkt_type)
    [all...]
quic_txpim.h 37 unsigned char pkt_type; member in struct:quic_txpim_pkt_st
  /src/external/bsd/tcpdump/dist/
print-bcm-li.c 66 u_int shim, direction, pkt_type, pkt_subtype, li_id; local
76 pkt_type = (shim >> 25) & 0xf;
86 tok2str(bcm_li_pkt_type_values, "unknown", pkt_type),
96 switch (pkt_type) {
print-juniper.c 606 nd_uint8_t pkt_type; member in struct:juniper_monitor_header
629 GET_U_1(mh->pkt_type));
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_rx_depack.c 1075 uint32_t pkt_type = parent_pkt->hdr->type; local
1149 if (pkt_type == QUIC_PKT_TYPE_0RTT) {
1163 if (pkt_type != QUIC_PKT_TYPE_0RTT
1164 && pkt_type != QUIC_PKT_TYPE_1RTT) {
1177 if (pkt_type != QUIC_PKT_TYPE_0RTT
1178 && pkt_type != QUIC_PKT_TYPE_1RTT) {
1191 if (pkt_type == QUIC_PKT_TYPE_0RTT) {
1203 if (pkt_type != QUIC_PKT_TYPE_1RTT) {
1236 if (pkt_type != QUIC_PKT_TYPE_0RTT
1237 && pkt_type != QUIC_PKT_TYPE_1RTT)
    [all...]
qlog_event_helpers.c 151 static const char *quic_pkt_type_to_qlog(uint32_t pkt_type)
153 switch (pkt_type) {
178 QLOG_STR("packet_type", quic_pkt_type_to_qlog(tpkt->pkt_type));
179 if (ossl_quic_pkt_type_has_pn(tpkt->pkt_type))
quic_txp.c 2920 tpkt->pkt_type = pkt->phdr.type;
  /src/usr.sbin/bta2dpd/bta2dpd/
avdtp_signal.h 121 *signalId, uint8_t *pkt_type, uint8_t *data, size_t *datasize, uint8_t
avdtp.c 78 *signalId, uint8_t *pkt_type, uint8_t *data, size_t *datasize, uint8_t *sep)
  /src/external/bsd/libpcap/dist/
pcap-rpcap-unix.c 127 int pkt_type; local
161 pkt_type = (unsigned char) hdr[1];
164 if (pkt_type == RPCAP_MSG_ERROR) {
211 if (pkt_type == RPCAP_MSG_ERROR) {
sf-pcap.c 179 unsigned char pkt_type; member in struct:pcap_sf_patched_pkthdr
  /src/sys/netbt/
sco_upper.c 165 cp.pkt_type = htole16(0x00e0); /* HV1, HV2, HV3 */
hci.h 520 uint16_t pkt_type; /* packet type */ member in struct:__anon7142
541 uint16_t pkt_type; /* packet type */ member in struct:__anon7144
623 uint16_t pkt_type; /* packet type */ member in struct:__anon7157
728 uint16_t pkt_type; /* packet types */ member in struct:__anon7171
741 uint16_t pkt_type; /* packet types */ member in struct:__anon7172
2090 uint16_t pkt_type; /* packet type */ member in struct:__anon7341
hci_link.c 92 cp.pkt_type = htole16(unit->hci_packet_type);
  /src/sys/dev/pci/cxgb/
cxgb_main.c 169 u32 pkt_type:2; member in struct:filter_info
  /src/crypto/external/apache2/openssl/dist/test/
quic_multistream_test.c 5945 uint64_t pkt_type, frame_type, expected_err; member in struct:forbidden_frame_type
6003 s[i].arg1 = (size_t)forbidden_frame_types[idx].pkt_type;

Completed in 42 milliseconds