Searched defs:copied (Results 1 – 4 of 4) sorted by relevance
/btstack/3rd-party/lwip/core/src/core/ipv6/ |
H A D | dhcp6.c | 543 u16_t copied = pbuf_copy_partial(p_msg_in, dns_addr6, sizeof(struct ip6_addr_packed), idx); in dhcp6_handle_config_reply() local 566 u16_t copied; in dhcp6_handle_config_reply() local
|
/btstack/3rd-party/lwip/core/src/apps/mdns/ |
H A D | mdns.c | 387 u16_t field16, copied; in mdns_read_rr_info() local 468 u16_t copied, field16; in mdns_read_answer() local
|
/btstack/3rd-party/lwip/core/src/apps/smtp/ |
H A D | smtp.c | 1065 u16_t copied = pbuf_copy_partial(s->p, s->tx_buf, (u16_t)(crlf - auth), auth); in smtp_prepare_auth_or_mail() local
|
/btstack/3rd-party/lwip/core/src/api/ |
H A D | sockets.c | 1087 u16_t buflen, copylen, copied; in lwip_recvfrom_udp_raw() local
|