Home
last modified time | relevance | path

Searched defs:buf (Results 26 – 37 of 37) sorted by relevance

12

/lib/liblwip/src/api/
Dnetdb.c162 lwip_gethostbyname_r(const char *name, struct hostent *ret, char *buf, in lwip_gethostbyname_r()
Dapi_msg.c82 struct netbuf *buf; in recv_raw() local
147 struct netbuf *buf; local
Dsockets.c561 void *buf = NULL; in lwip_recvfrom() local
799 struct netbuf buf; local
/lib/liblwip/src/core/ipv4/
Dip_addr.c276 char *ipaddr_ntoa_r(const ip_addr_t *addr, char *buf, int buflen) in ipaddr_ntoa_r()
Dip_frag.c618 static u8_t buf[LWIP_MEM_ALIGN_SIZE(IP_FRAG_MAX_MTU + MEM_ALIGNMENT - 1)]; variable
/lib/liblwip/src/core/
Dpbuf.c918 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/
Dnetdb.h111 #define gethostbyname_r(name, ret, buf, buflen, result, h_errnop) \ argument
/lib/liblwip/src/include/ipv4/lwip/
Dinet.h101 #define inet_ntoa_r(addr, buf, buflen) ipaddr_ntoa_r((ip_addr_t*)&(addr), buf, buflen) argument
/sys/kern/
Ddebug.c253 char buf[DEBUG_MAX_LINE]; in Debug_Prompt() local
/lib/libc/
Dsyscall.c95 OSReadDir(uint64_t fd, char *buf, size_t length, uint64_t *offset) in OSReadDir()
/lib/liblwip/src/netif/ppp/
Dmd5.c220 Transform (u32_t *buf, u32_t *in) in Transform()
/sys/dev/
De1000.c162 RXPOOL_Free(void *buf) in RXPOOL_Free()

12