Home
last modified time | relevance | path

Searched defs:pbuf (Results 1 – 14 of 14) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dpbuf.h186 struct pbuf { struct
188 struct pbuf *next; argument
205 /** a bit field indicating pbuf type and allocation sources argument
215 * that refer to this pbuf. This can be pointers from an application, argument
223 /** In case the user needs to store data custom data on a pbuf */ argument
247 struct pbuf pbuf; member
H A Dicmp.h88 #define icmp_port_unreach(isipv6, pbuf) ((isipv6) ? \ argument
92 #define icmp_port_unreach(isipv6, pbuf) do{ if(!(isipv6)) { icmp_dest_unreach(pbuf, ICMP_DUR_PORT);… argument
94 #define icmp_port_unreach(isipv6, pbuf) do{ if(isipv6) { icmp6_dest_unreach(pbuf, ICMP6_DUR_PORT);}… argument
96 #define icmp_port_unreach(isipv6, pbuf) argument
99 #define icmp_port_unreach(isipv6, pbuf) icmp6_dest_unreach(pbuf, ICMP6_DUR_PORT) argument
101 #define icmp_port_unreach(isipv6, pbuf) icmp_dest_unreach(pbuf, ICMP_DUR_PORT) argument
103 #define icmp_port_unreach(isipv6, pbuf) argument
H A Dopt.h2919 #define LWIP_HOOK_IP4_INPUT(pbuf, input_netif) argument
3014 #define LWIP_HOOK_IP6_INPUT(pbuf, input_netif) argument
3125 #define LWIP_HOOK_UNKNOWN_ETH_PROTOCOL(pbuf, netif) argument
3182 #define LWIP_HOOK_DHCP_PARSE_OPTION(netif, dhcp, state, msg, msg_type, option, len, pbuf, offset) argument
/btstack/3rd-party/lwip/core/src/apps/snmp/
H A Dsnmp_pbuf_stream.h53 struct pbuf *pbuf; member
H A Dsnmp_pbuf_stream.c115 struct pbuf *pbuf = pbuf_skip(pbuf_stream->pbuf, pbuf_stream->offset, &target_offset); in snmp_pbuf_stream_writeto() local
/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dsockets_priv.h63 struct pbuf *pbuf; member
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Src/
H A Dusbh_ctlreq.c523 USBH_DescHeader_t *USBH_GetNextDesc(uint8_t *pbuf, uint16_t *ptr) in USBH_GetNextDesc()
/btstack/3rd-party/lwip/core/src/apps/mdns/
H A Dmdns_domain.c536 mdns_compress_domain(struct pbuf *pbuf, u16_t *offset, struct mdns_domain *domain) in mdns_compress_domain()
H A Dmdns.c155 struct pbuf *pbuf; local
/btstack/3rd-party/lwip/core/src/include/lwip/apps/
H A Dmdns_priv.h114 struct pbuf *pbuf; member
/btstack/port/stm32-f4discovery-cc256x/bsp/
H A Dstm32f4_discovery_audio.c778 uint8_t BSP_AUDIO_IN_Record(uint16_t* pbuf, uint32_t size) in BSP_AUDIO_IN_Record()
/btstack/port/stm32-f4discovery-usb/bsp/
H A Dstm32f4_discovery_audio.c775 uint8_t BSP_AUDIO_IN_Record(uint16_t* pbuf, uint32_t size) in BSP_AUDIO_IN_Record()
/btstack/3rd-party/lwip/core/src/core/ipv6/
H A Ddhcp6.c77 #define LWIP_HOOK_DHCP6_PARSE_OPTION(netif, dhcp6, state, msg, msg_type, option, len, pbuf, offset)… argument
/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Ddhcp.c93 #define LWIP_HOOK_DHCP_PARSE_OPTION(netif, dhcp, state, msg, msg_type, option, len, pbuf, offset) d… argument