Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dpbuf.h79 struct pbuf { struct
81 struct pbuf *next; argument
99 u8_t /*pbuf_type*/ type; argument
106 * that refer to this pbuf. This can be pointers from an application, argument
113 /** Prototype for a function to free a custom pbuf */ argument
119 struct pbuf pbuf; member
/components/net/lwip/lwip-2.0.3/src/include/lwip/
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
A Dpbuf.h142 struct pbuf { struct
144 struct pbuf *next; argument
162 u8_t /*pbuf_type*/ type; argument
169 * that refer to this pbuf. This can be pointers from an application, argument
181 /** next pbuf in singly linked pbuf chain */ argument
195 struct pbuf pbuf; member
A Dopt.h2460 #define LWIP_HOOK_IP4_INPUT(pbuf, input_netif) argument
2510 #define LWIP_HOOK_IP6_INPUT(pbuf, input_netif) argument
2592 #define LWIP_HOOK_UNKNOWN_ETH_PROTOCOL(pbuf, netif) argument
/components/net/lwip/lwip-2.1.2/src/include/lwip/
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
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
230 /** next pbuf in singly linked pbuf chain */ argument
244 struct pbuf pbuf; member
A Dopt.h2861 #define LWIP_HOOK_IP4_INPUT(pbuf, input_netif) argument
2956 #define LWIP_HOOK_IP6_INPUT(pbuf, input_netif) argument
3067 #define LWIP_HOOK_UNKNOWN_ETH_PROTOCOL(pbuf, netif) argument
3124 #define LWIP_HOOK_DHCP_PARSE_OPTION(netif, dhcp, state, msg, msg_type, option, len, pbuf, offset) argument
/components/net/lwip/lwip-2.0.3/src/apps/snmp/
A Dsnmp_pbuf_stream.h54 struct pbuf* pbuf; member
A Dsnmp_pbuf_stream.c115 struct pbuf* pbuf = pbuf_skip(pbuf_stream->pbuf, pbuf_stream->offset, &target_offset); in snmp_pbuf_stream_writeto() local
/components/net/lwip/lwip-2.1.2/src/apps/snmp/
A Dsnmp_pbuf_stream.h53 struct pbuf *pbuf; member
A Dsnmp_pbuf_stream.c115 struct pbuf *pbuf = pbuf_skip(pbuf_stream->pbuf, pbuf_stream->offset, &target_offset); in snmp_pbuf_stream_writeto() local
/components/drivers/ipc/
A Dpipe.c291 uint8_t *pbuf; in pipe_fops_write() local
497 uint8_t *pbuf; in rt_pipe_read() local
545 uint8_t *pbuf; in rt_pipe_write() local
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A Dsockets_priv.h63 struct pbuf *pbuf; member
/components/net/sal/include/
A Dsal_msg.h52 struct last_buf pbuf; member
/components/drivers/audio/
A Ddev_audio.c774 void rt_audio_rx_done(struct rt_audio_device *audio, rt_uint8_t *pbuf, rt_size_t len) in rt_audio_rx_done()
/components/net/lwip/lwip-2.0.3/src/netif/
A Dlowpan6.c72 struct pbuf *pbuf; member
/components/net/lwip/lwip-2.0.3/src/apps/mdns/
A Dmdns.c183 struct pbuf *pbuf; member
206 struct pbuf *pbuf; member
730 mdns_compress_domain(struct pbuf *pbuf, u16_t *offset, struct mdns_domain *domain) in mdns_compress_domain()
/components/net/lwip/lwip-2.1.2/src/apps/mdns/
A Dmdns.c204 struct pbuf *pbuf; member
227 struct pbuf *pbuf; member
788 mdns_compress_domain(struct pbuf *pbuf, u16_t *offset, struct mdns_domain *domain) in mdns_compress_domain()
/components/net/lwip/lwip-2.1.2/src/core/ipv6/
A Ddhcp6.c77 #define LWIP_HOOK_DHCP6_PARSE_OPTION(netif, dhcp6, state, msg, msg_type, option, len, pbuf, offset)… argument
/components/vbus/
A Dvbus.c899 unsigned char *pbuf; in rt_vbus_request_chn() local
/components/net/lwip/lwip-2.1.2/src/core/ipv4/
A Ddhcp.c92 #define LWIP_HOOK_DHCP_PARSE_OPTION(netif, dhcp, state, msg, msg_type, option, len, pbuf, offset) d… argument

Completed in 81 milliseconds