Searched defs:buflen (Results 1 – 10 of 10) sorted by relevance
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | inet.h | 147 #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 D | netdb.h | 135 #define gethostbyname_r(name, ret, buf, buflen, result, h_errnop) \ argument
|
H A D | ip_addr.h | 309 #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 D | utils.c | 120 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 D | ip.c | 101 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 D | arc4.c | 76 void arc4_crypt( arc4_context *ctx, unsigned char *buf, int buflen ) in arc4_crypt()
|
/btstack/3rd-party/lwip/core/src/core/ipv6/ |
H A D | ip6_addr.c | 222 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 D | ip4_addr.c | 283 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 D | netdb.c | 163 size_t buflen, struct hostent **result, int *h_errnop) in lwip_gethostbyname_r()
|
H A D | sockets.c | 1087 u16_t buflen, copylen, copied; in lwip_recvfrom_udp_raw() local 1279 ssize_t buflen; in lwip_recvmsg() local
|