/btstack/3rd-party/bluedroid/decoder/srce/ |
H A D | framing.c | 113 INLINE OI_CHAR crc_iterate(OI_UINT8 oldcrc, OI_UINT8 next) in crc_iterate() 129 INLINE OI_CHAR crc_iterate_top4(OI_UINT8 oldcrc, OI_UINT8 next) in crc_iterate_top4() 147 INLINE OI_UINT8 crc_iterate_top4(OI_UINT8 oldcrc, OI_UINT8 next) in crc_iterate_top4() 154 INLINE OI_UINT8 crc_iterate(OI_UINT8 crc, OI_UINT8 next) in crc_iterate() 164 INLINE OI_UINT8 crc_iterate(OI_UINT8 crc, OI_UINT8 next) in crc_iterate()
|
/btstack/3rd-party/lwip/core/src/core/ |
H A D | tcp_in.c | 1055 tcp_oos_insert_segment(struct tcp_seg *cseg, struct tcp_seg *next) 1095 struct tcp_seg *next; local 1500 struct tcp_seg *next = pcb->ooseq; local 1673 struct tcp_seg *next, *prev = NULL; local 1828 struct tcp_seg *next, *prev = NULL; local
|
H A D | tcp.c | 1494 struct tcp_pcb *next; in tcp_fasttmr() local 1615 struct tcp_seg *next = seg->next; in tcp_segs_free() local 1820 struct tcp_pcb *next = pcb->next; in tcp_handle_closepend() local 2322 struct tcp_pcb *next = pcb->next; in tcp_netif_ip_addr_changed_pcblist() local
|
H A D | mem.c | 351 mem_size_t next; member 756 mem_size_t next; in mem_trim() local
|
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | pbuf.h | 188 struct pbuf *next; member 234 struct pbuf *next; member
|
H A D | etharp.h | 71 struct etharp_q_entry *next; member
|
H A D | mld6.h | 60 struct mld_group *next; member
|
H A D | acd.h | 74 struct acd *next; member
|
H A D | dns.h | 78 struct local_hostlist_entry *next; member
|
H A D | ip4_frag.h | 62 struct ip_reassdata *next; member
|
H A D | igmp.h | 76 struct igmp_group *next; member
|
H A D | timeouts.h | 94 struct sys_timeo *next; member
|
H A D | ip6_frag.h | 91 struct ip6_reassdata *next; member
|
H A D | raw.h | 79 struct raw_pcb *next; member
|
/btstack/src/ |
H A D | btstack_run_loop.c | 96 btstack_timer_source_t * next = (btstack_timer_source_t *) it->next; in btstack_run_loop_base_add_timer() local 162 btstack_data_source_t *next; in btstack_run_loop_base_poll_data_sources() local
|
H A D | btstack_linked_list.h | 55 struct btstack_linked_item *next; // <-- next element in list, or NULL member
|
H A D | btstack_memory_pool.c | 55 struct node * next; member
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/utilities/ |
H A D | stm_list.h | 27 struct _tListNode * next; member
|
/btstack/src/mesh/ |
H A D | adv_bearer.h | 52 void * next; member
|
/btstack/3rd-party/lwip/core/src/include/lwip/apps/ |
H A D | snmp.h | 57 struct snmp_varbind *next; member
|
H A D | fs.h | 111 const struct fsdata_file *next; member
|
H A D | mqtt_priv.h | 52 struct mqtt_request_t *next; member
|
/btstack/platform/libusb/ |
H A D | hci_transport_h2_libusb.c | 175 btstack_linked_item_t next; member 183 struct list_head *next, *prev; member 186 static inline void __list_add( list_head_t *new, list_head_t *prev, list_head_t *next ) { in __list_add()
|
/btstack/test/mock/ |
H A D | mock_btstack_tlv.c | 47 void * next; member
|
/btstack/3rd-party/lwip/core/src/api/ |
H A D | netdb.c | 238 struct addrinfo *next; in lwip_freeaddrinfo() local
|