Searched refs:pkt_type (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | oggparsevorbis.c | 303 int pkt_type = os->buf[os->pstart]; in vorbis_header() local 313 if (!(pkt_type & 1)) in vorbis_header() 316 if (os->psize < 1 || pkt_type > 5) in vorbis_header() 319 if (priv->packet[pkt_type >> 1]) in vorbis_header() 321 if (pkt_type > 1 && !priv->packet[0] || pkt_type > 3 && !priv->packet[1]) in vorbis_header() 324 priv->len[pkt_type >> 1] = os->psize; in vorbis_header() 325 priv->packet[pkt_type >> 1] = av_mallocz(os->psize); in vorbis_header() 326 if (!priv->packet[pkt_type >> 1]) in vorbis_header() 328 memcpy(priv->packet[pkt_type >> 1], os->buf + os->pstart, os->psize); in vorbis_header()
|
D | gxf.c | 321 GXFPktType pkt_type; in gxf_header() local 327 if (!parse_packet_header(pb, &pkt_type, &map_len) || pkt_type != PKT_MAP) { in gxf_header() 396 if (!parse_packet_header(pb, &pkt_type, &len)) { in gxf_header() 400 if (pkt_type == PKT_FLT) { in gxf_header() 402 if (!parse_packet_header(pb, &pkt_type, &len)) { in gxf_header() 407 if (pkt_type == PKT_UMF) { in gxf_header() 500 GXFPktType pkt_type; in gxf_packet() local 509 if (!parse_packet_header(pb, &pkt_type, &pkt_len)) { in gxf_packet() 514 if (pkt_type == PKT_FLT) { in gxf_packet() 518 if (pkt_type != PKT_MEDIA) { in gxf_packet()
|
/third_party/lwip/src/apps/mqtt/ |
D | mqtt.c | 680 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 == MQTT_MSG_TYPE_PUBACK) { in mqtt_message_received() 807 …RACE, ("mqtt_message_received: %s response with id %d\n", mqtt_msg_type_to_str(pkt_type), pkt_id)); in mqtt_message_received() 808 if (pkt_type == MQTT_MSG_TYPE_SUBACK) { in mqtt_message_received() [all …]
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_pkt.c | 2491 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()
|
D | ngtcp2_conn.h | 229 uint8_t pkt_type; member
|
D | ngtcp2_pkt.h | 1228 uint8_t ngtcp2_pkt_versioned_type(uint32_t version, uint32_t pkt_type);
|
D | ngtcp2_conn.c | 11914 uint8_t *dest, size_t destlen, uint8_t pkt_type, in conn_write_connection_close() argument 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()
|
/third_party/libbpf/include/uapi/linux/ |
D | bpf.h | 5919 __u32 pkt_type; member
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 12378 __u8 pkt_type: 3; member 12442 __u8 pkt_type: 3; member 37863 __u32 pkt_type; member
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 17276 …<var-decl name="pkt_type" type-id="8f048e17" visibility="default" filepath="include/linux/skbuff.h… 25378 …<var-decl name="pkt_type" type-id="8f048e17" visibility="default" filepath="include/linux/skbuff.h…
|
D | test-PR27569-v0.abi | 17276 …<var-decl name="pkt_type" type-id="8f048e17" visibility="default" filepath="include/linux/skbuff.h… 25350 …<var-decl name="pkt_type" type-id="8f048e17" visibility="default" filepath="include/linux/skbuff.h…
|