Home
last modified time | relevance | path

Searched defs:q (Results 1 – 25 of 32) sorted by relevance

12

/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/utilities/
H A Dstm_queue.c48 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 Dpbuf.c236 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 Dinet_chksum.c262 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 Dudp.c390 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 Draw.c424 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 Detharp.c94 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 Dicmp.c342 struct pbuf *q; in icmp_send_response() local
H A Dip4_frag.c347 struct pbuf *q; in ip_reass_chain_frag_into_datagram_and_validate() local
/btstack/3rd-party/lwip/core/src/netif/
H A Dslipif.c98 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 Dlowpan6.c566 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 Dzepif.c171 struct pbuf *q; in zepif_linkoutput() local
H A Dlowpan6_common.c782 struct pbuf *q; in lowpan6_decompress() local
H A Dlowpan6_ble.c328 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 Dmultilink.c348 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 Dnd6.c138 #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 Dethip6.c79 ethip6_output(struct netif *netif, struct pbuf *q, const ip6_addr_t *ip6addr) in ethip6_output()
H A Dicmp6.c388 struct pbuf *q; in icmp6_send_response_with_addrs_and_netif() local
H A Dip6_frag.c281 struct pbuf *q, *next_pbuf; in ip6_reass() local
/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dnd6_priv.h78 struct nd6_q_entry *q; member
81 struct pbuf *q; member
/btstack/test/crypto/
H A Decc_micro_ecc.c202 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 Dnetbiosns.c376 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 Dmdns.c777 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 Dbnep_lwip.c324 struct pbuf * q = p; in bnep_lwip_netif_process_packet() local
/btstack/3rd-party/lwip/core/src/api/
H A Dtcpip.c629 struct pbuf *q = (struct pbuf *)p; in pbuf_free_int() local
/btstack/3rd-party/lwip/core/src/apps/http/
H A Dhttp_client.c318 struct pbuf *q; in httpc_tcp_recv() local
791 struct pbuf* q; in httpc_fs_tcp_recv() local

12