Home
last modified time | relevance | path

Searched defs:buflen (Results 1 – 10 of 10) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dinet.h147 #define inet_ntoa_r(addr, buf, buflen) ip4addr_ntoa_r((const ip4_addr_t*)&(addr), buf, buflen) argument
165 #define inet6_ntoa_r(addr, buf, buflen) ip6addr_ntoa_r((const ip6_addr_t*)&(addr), buf, buflen) argument
H A Dnetdb.h135 #define gethostbyname_r(name, ret, buf, buflen, result, h_errnop) \ argument
H A Dip_addr.h309 #define ipaddr_ntoa_r(ipaddr, buf, buflen) ip4addr_ntoa_r(ipaddr, buf, buflen) argument
357 #define ipaddr_ntoa_r(ipaddr, buf, buflen) ip6addr_ntoa_r(ipaddr, buf, buflen) argument
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dutils.c120 int ppp_slprintf(char *buf, int buflen, const char *fmt, ...) { in ppp_slprintf()
135 int ppp_vslprintf(char *buf, int buflen, const char *fmt, va_list args) { in ppp_vslprintf()
/btstack/3rd-party/lwip/core/src/core/
H A Dip.c101 char *ipaddr_ntoa_r(const ip_addr_t *addr, char *buf, int buflen) in ipaddr_ntoa_r()
/btstack/3rd-party/lwip/core/src/netif/ppp/polarssl/
H A Darc4.c76 void arc4_crypt( arc4_context *ctx, unsigned char *buf, int buflen ) in arc4_crypt()
/btstack/3rd-party/lwip/core/src/core/ipv6/
H A Dip6_addr.c222 ip6addr_ntoa_r(const ip6_addr_t *addr, char *buf, int buflen) in ip6addr_ntoa_r()
/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Dip4_addr.c283 ip4addr_ntoa_r(const ip4_addr_t *addr, char *buf, int buflen) in ip4addr_ntoa_r()
/btstack/3rd-party/lwip/core/src/api/
H A Dnetdb.c163 size_t buflen, struct hostent **result, int *h_errnop) in lwip_gethostbyname_r()
H A Dsockets.c1087 u16_t buflen, copylen, copied; in lwip_recvfrom_udp_raw() local
1279 ssize_t buflen; in lwip_recvmsg() local