/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | pbuf.h | 186 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 D | icmp.h | 88 #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 D | opt.h | 2919 #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 D | snmp_pbuf_stream.h | 53 struct pbuf *pbuf; member
|
H A D | snmp_pbuf_stream.c | 115 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 D | sockets_priv.h | 63 struct pbuf *pbuf; member
|
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Src/ |
H A D | usbh_ctlreq.c | 523 USBH_DescHeader_t *USBH_GetNextDesc(uint8_t *pbuf, uint16_t *ptr) in USBH_GetNextDesc()
|
/btstack/3rd-party/lwip/core/src/apps/mdns/ |
H A D | mdns_domain.c | 536 mdns_compress_domain(struct pbuf *pbuf, u16_t *offset, struct mdns_domain *domain) in mdns_compress_domain()
|
H A D | mdns.c | 155 struct pbuf *pbuf; local
|
/btstack/3rd-party/lwip/core/src/include/lwip/apps/ |
H A D | mdns_priv.h | 114 struct pbuf *pbuf; member
|
/btstack/port/stm32-f4discovery-cc256x/bsp/ |
H A D | stm32f4_discovery_audio.c | 778 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 D | stm32f4_discovery_audio.c | 775 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 D | dhcp6.c | 77 #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 D | dhcp.c | 93 #define LWIP_HOOK_DHCP_PARSE_OPTION(netif, dhcp, state, msg, msg_type, option, len, pbuf, offset) d… argument
|