/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/utilities/ |
H A D | stm_queue.c | 48 int CircularQueue_Init(queue_t *q, uint8_t* queueBuffer, uint32_t queueSize, uint16_t elementSize, … in CircularQueue_Init() 76 uint8_t* CircularQueue_Add(queue_t *q, uint8_t* x, uint16_t elementSize, uint32_t nbElements) in CircularQueue_Add() 246 uint8_t* CircularQueue_Remove_Copy(queue_t *q, uint16_t* elementSize, uint8_t* buffer) in CircularQueue_Remove_Copy() 260 uint8_t* CircularQueue_Remove(queue_t *q, uint16_t* elementSize) in CircularQueue_Remove() 312 uint8_t* CircularQueue_Sense_Copy(queue_t *q, uint16_t* elementSize, uint8_t* buffer) in CircularQueue_Sense_Copy() 325 uint8_t* CircularQueue_Sense(queue_t *q, uint16_t* elementSize) in CircularQueue_Sense() 363 int CircularQueue_Empty(queue_t *q) in CircularQueue_Empty() 373 int CircularQueue_NbElement(queue_t *q) in CircularQueue_NbElement()
|
/btstack/3rd-party/lwip/core/src/core/ |
H A D | pbuf.c | 236 struct pbuf *q, *last; in pbuf_alloc() local 404 struct pbuf *q; in pbuf_realloc() local 671 pbuf_free_header(struct pbuf *q, u16_t size) in pbuf_free_header() 728 struct pbuf *q; in pbuf_free() local 914 struct pbuf *q; in pbuf_dechain() local 1076 const struct pbuf *q; in pbuf_get_contiguous() local 1155 const struct pbuf *q = in; in pbuf_skip_const() local 1243 struct pbuf *q = pbuf_skip(buf, offset, &target_offset); in pbuf_take_at() local 1280 struct pbuf *q; in pbuf_coalesce() local 1308 struct pbuf *q; in pbuf_clone() local [all …]
|
H A D | inet_chksum.c | 262 struct pbuf *q; in inet_cksum_pseudo_base() local 402 struct pbuf *q; in inet_cksum_pseudo_partial_base() local 571 struct pbuf *q; in inet_chksum_pbuf() local
|
H A D | udp.c | 390 struct pbuf *q; in udp_input() local 715 struct pbuf *q; /* q will be sent down the stack */ in udp_sendto_if_src_chksum() local
|
H A D | raw.c | 424 struct pbuf *q; /* q will be sent down the stack */ in raw_sendto_if_src() local
|
/btstack/3rd-party/lwip/core/src/core/ipv4/ |
H A D | etharp.c | 94 struct etharp_q_entry *q; member 148 free_etharp_q(struct etharp_q_entry *q) in free_etharp_q() 163 #define free_etharp_q(q) pbuf_free(q) argument 474 struct etharp_q_entry *q = arp_table[i].q; local 749 etharp_output_to_arp_index(struct netif *netif, struct pbuf *q, netif_addr_idx_t arp_idx) 792 etharp_output(struct netif *netif, struct pbuf *q, const ip4_addr_t *ipaddr) 934 etharp_query(struct netif *netif, const ip4_addr_t *ipaddr, struct pbuf *q)
|
H A D | icmp.c | 342 struct pbuf *q; in icmp_send_response() local
|
H A D | ip4_frag.c | 347 struct pbuf *q; in ip_reass_chain_frag_into_datagram_and_validate() local
|
/btstack/3rd-party/lwip/core/src/netif/ |
H A D | slipif.c | 98 struct pbuf *p, *q; member 119 struct pbuf *q; in slipif_output() local 464 struct pbuf *q = p; in slipif_process_rxqueue() local 500 struct pbuf *q = p; in slipif_rxbyte_enqueue() local
|
H A D | lowpan6.c | 566 lowpan6_output(struct netif *netif, struct pbuf *q, const ip6_addr_t *ip6addr) in lowpan6_output() 773 struct pbuf *q, *last; in lowpan6_input() local 810 struct pbuf *q; in lowpan6_input() local
|
H A D | zepif.c | 171 struct pbuf *q; in zepif_linkoutput() local
|
H A D | lowpan6_common.c | 782 struct pbuf *q; in lowpan6_decompress() local
|
H A D | lowpan6_ble.c | 328 rfc7668_output(struct netif *netif, struct pbuf *q, const ip6_addr_t *ip6addr) in rfc7668_output()
|
/btstack/3rd-party/lwip/core/src/netif/ppp/ |
H A D | multilink.c | 348 char *p, *q; in remove_bundle_link() local 377 char *p, *q; in iterate_bundle_links() local 499 char *q, c, c2; local
|
/btstack/3rd-party/lwip/core/src/core/ipv6/ |
H A D | nd6.c | 138 #define nd6_free_q(q) pbuf_free(q) argument 2067 nd6_queue_packet(s8_t neighbor_index, struct pbuf *q) in nd6_queue_packet() 2176 nd6_free_q(struct nd6_q_entry *q) in nd6_free_q() 2203 struct nd6_q_entry *q; in nd6_send_q() local 2270 nd6_get_next_hop_addr_or_queue(struct netif *netif, struct pbuf *q, const ip6_addr_t *ip6addr, cons… in nd6_get_next_hop_addr_or_queue()
|
H A D | ethip6.c | 79 ethip6_output(struct netif *netif, struct pbuf *q, const ip6_addr_t *ip6addr) in ethip6_output()
|
H A D | icmp6.c | 388 struct pbuf *q; in icmp6_send_response_with_addrs_and_netif() local
|
H A D | ip6_frag.c | 281 struct pbuf *q, *next_pbuf; in ip6_reass() local
|
/btstack/3rd-party/lwip/core/src/include/lwip/priv/ |
H A D | nd6_priv.h | 78 struct nd6_q_entry *q; member 81 struct pbuf *q; member
|
/btstack/test/crypto/ |
H A D | ecc_micro_ecc.c | 202 uint8_t q[uECC_BYTES * 2]; in test_generate() local 232 uint8_t q[uECC_BYTES * 2]; in main() local
|
/btstack/3rd-party/lwip/core/src/apps/netbiosns/ |
H A D | netbiosns.c | 376 struct pbuf *q; in netbiosns_recv() local 417 struct pbuf *q; in netbiosns_recv() local
|
/btstack/3rd-party/lwip/core/src/apps/mdns/ |
H A D | mdns.c | 777 mdns_is_answer_to_question(struct mdns_question *q, struct mdns_answer *a) in mdns_is_answer_to_question() 1068 struct mdns_question q; in mdns_parse_pkt_questions() local 1760 struct mdns_question q; in mdns_handle_response() local
|
/btstack/platform/lwip/ |
H A D | bnep_lwip.c | 324 struct pbuf * q = p; in bnep_lwip_netif_process_packet() local
|
/btstack/3rd-party/lwip/core/src/api/ |
H A D | tcpip.c | 629 struct pbuf *q = (struct pbuf *)p; in pbuf_free_int() local
|
/btstack/3rd-party/lwip/core/src/apps/http/ |
H A D | http_client.c | 318 struct pbuf *q; in httpc_tcp_recv() local 791 struct pbuf* q; in httpc_fs_tcp_recv() local
|