Searched defs:buf (Results 26 – 37 of 37) sorted by relevance
12
| /lib/liblwip/src/api/ |
| D | netdb.c | 162 lwip_gethostbyname_r(const char *name, struct hostent *ret, char *buf, in lwip_gethostbyname_r()
|
| D | api_msg.c | 82 struct netbuf *buf; in recv_raw() local 147 struct netbuf *buf; local
|
| D | sockets.c | 561 void *buf = NULL; in lwip_recvfrom() local 799 struct netbuf buf; local
|
| /lib/liblwip/src/core/ipv4/ |
| D | ip_addr.c | 276 char *ipaddr_ntoa_r(const ip_addr_t *addr, char *buf, int buflen) in ipaddr_ntoa_r()
|
| D | ip_frag.c | 618 static u8_t buf[LWIP_MEM_ALIGN_SIZE(IP_FRAG_MAX_MTU + MEM_ALIGNMENT - 1)]; variable
|
| /lib/liblwip/src/core/ |
| D | pbuf.c | 918 pbuf_copy_partial(struct pbuf *buf, void *dataptr, u16_t len, u16_t offset) in pbuf_copy_partial() 966 pbuf_take(struct pbuf *buf, const void *dataptr, u16_t len) in pbuf_take()
|
| /lib/liblwip/src/include/lwip/ |
| D | netdb.h | 111 #define gethostbyname_r(name, ret, buf, buflen, result, h_errnop) \ argument
|
| /lib/liblwip/src/include/ipv4/lwip/ |
| D | inet.h | 101 #define inet_ntoa_r(addr, buf, buflen) ipaddr_ntoa_r((ip_addr_t*)&(addr), buf, buflen) argument
|
| /sys/kern/ |
| D | debug.c | 253 char buf[DEBUG_MAX_LINE]; in Debug_Prompt() local
|
| /lib/libc/ |
| D | syscall.c | 95 OSReadDir(uint64_t fd, char *buf, size_t length, uint64_t *offset) in OSReadDir()
|
| /lib/liblwip/src/netif/ppp/ |
| D | md5.c | 220 Transform (u32_t *buf, u32_t *in) in Transform()
|
| /sys/dev/ |
| D | e1000.c | 162 RXPOOL_Free(void *buf) in RXPOOL_Free()
|
12