Home
last modified time | relevance | path

Searched refs:pkt_type (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Doggparsevorbis.c301 int pkt_type = os->buf[os->pstart]; in vorbis_header() local
311 if (!(pkt_type & 1)) in vorbis_header()
314 if (os->psize < 1 || pkt_type > 5) in vorbis_header()
317 if (priv->packet[pkt_type >> 1]) in vorbis_header()
319 if (pkt_type > 1 && !priv->packet[0] || pkt_type > 3 && !priv->packet[1]) in vorbis_header()
322 priv->len[pkt_type >> 1] = os->psize; in vorbis_header()
323 priv->packet[pkt_type >> 1] = av_memdup(os->buf + os->pstart, os->psize); in vorbis_header()
324 if (!priv->packet[pkt_type >> 1]) in vorbis_header()
H A Dgxf.c320 GXFPktType pkt_type; in gxf_header() local
326 if (!parse_packet_header(pb, &pkt_type, &map_len) || pkt_type != PKT_MAP) { in gxf_header()
395 if (!parse_packet_header(pb, &pkt_type, &len)) { in gxf_header()
399 if (pkt_type == PKT_FLT) { in gxf_header()
401 if (!parse_packet_header(pb, &pkt_type, &len)) { in gxf_header()
406 if (pkt_type == PKT_UMF) { in gxf_header()
499 GXFPktType pkt_type; in gxf_packet() local
508 if (!parse_packet_header(pb, &pkt_type, &pkt_len)) { in gxf_packet()
513 if (pkt_type in gxf_packet()
[all...]
/third_party/lwip/src/apps/mqtt/
H A Dmqtt.c680 u8_t pkt_type = MQTT_CTL_PACKET_TYPE(client->rx_buffer[0]); in mqtt_message_received() local
687 if (pkt_type == MQTT_MSG_TYPE_CONNACK) { in mqtt_message_received()
708 } else if (pkt_type == MQTT_MSG_TYPE_PINGRESP) { in mqtt_message_received()
711 } else if (pkt_type == MQTT_MSG_TYPE_PUBLISH) { in mqtt_message_received()
795 if (pkt_type == MQTT_MSG_TYPE_PUBREC) { in mqtt_message_received()
799 } else if (pkt_type == MQTT_MSG_TYPE_PUBREL) { in mqtt_message_received()
803 } else if (pkt_type == MQTT_MSG_TYPE_SUBACK || pkt_type == MQTT_MSG_TYPE_UNSUBACK || in mqtt_message_received()
804 pkt_type == MQTT_MSG_TYPE_PUBCOMP || pkt_type in mqtt_message_received()
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_pkt.c2491 uint8_t pkt_type = (uint8_t)((c & NGTCP2_LONG_TYPE_MASK) >> 4); in ngtcp2_pkt_get_type_long() local
2495 switch (pkt_type) { in ngtcp2_pkt_get_type_long()
2514 switch (pkt_type) { in ngtcp2_pkt_get_type_long()
2529 uint8_t ngtcp2_pkt_versioned_type(uint32_t version, uint32_t pkt_type) { in ngtcp2_pkt_versioned_type() argument
2532 switch (pkt_type) { in ngtcp2_pkt_versioned_type()
2552 switch (pkt_type) { in ngtcp2_pkt_versioned_type()
H A Dngtcp2_pkt.h1226 * |pkt_type|.
1228 uint8_t ngtcp2_pkt_versioned_type(uint32_t version, uint32_t pkt_type);
H A Dngtcp2_conn.h226 /* pkt_type is the type of packet to send data in buf. If it is 0,
228 packet type denoted by pkt_type. */
229 uint8_t pkt_type; member
H A Dngtcp2_conn.c11914 uint8_t *dest, size_t destlen, uint8_t pkt_type, in conn_write_connection_close()
11930 pkt_type != NGTCP2_PKT_INITIAL) { in conn_write_connection_close()
11945 if (pkt_type != NGTCP2_PKT_HANDSHAKE && hs_pktns && in conn_write_connection_close()
11961 if (!conn->server && pkt_type == NGTCP2_PKT_INITIAL) { in conn_write_connection_close()
11966 conn, pi, dest, destlen, pkt_type, flags, &conn->dcid.current.cid, &fr, in conn_write_connection_close()
11988 uint8_t pkt_type; in ngtcp2_conn_write_connection_close_pkt() local
12026 pkt_type = NGTCP2_PKT_1RTT; in ngtcp2_conn_write_connection_close_pkt()
12028 pkt_type = NGTCP2_PKT_HANDSHAKE; in ngtcp2_conn_write_connection_close_pkt()
12030 pkt_type = NGTCP2_PKT_INITIAL; in ngtcp2_conn_write_connection_close_pkt()
12037 nwrite = conn_write_connection_close(conn, pi, dest, destlen, pkt_type, in ngtcp2_conn_write_connection_close_pkt()
11913 conn_write_connection_close(ngtcp2_conn *conn, ngtcp2_pkt_info *pi, uint8_t *dest, size_t destlen, uint8_t pkt_type, uint64_t error_code, const uint8_t *reason, size_t reasonlen, ngtcp2_tstamp ts) conn_write_connection_close() argument
[all...]
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h2431 * comes down to setting *skb*\ **->pkt_type** to *type*, except
2433 * **->pkt_type** beside this helper. Using a helper here allows
6111 __u32 pkt_type; member

Completed in 33 milliseconds