Searched refs:size_t (Results 26 – 45 of 45) sorted by relevance
12
| /lib/liblwip/src/include/lwip/ |
| D | mem.h | 45 typedef size_t mem_size_t;
|
| D | netdb.h | 102 size_t buflen, struct hostent **result, int *h_errnop);
|
| D | api_msg.h | 90 size_t len;
|
| /lib/liblwip/src/netif/ppp/ |
| D | ppp_oe.c | 138 static struct pppoe_softc * pppoe_find_softc_by_hunique(u8_t *, size_t, struct netif *); 239 pppoe_find_softc_by_hunique(u8_t *token, size_t len, struct netif *rcvif) in pppoe_find_softc_by_hunique() 296 size_t hunique_len; in pppoe_dispatch_disc_pkt() 893 size_t len; in pppoe_send_padr() 895 size_t l1 = 0; /* XXX: gcc */ in pppoe_send_padr() 981 size_t len; in pppoe_send_pado() 1015 size_t len, l1 = 0; /* XXX: gcc */ in pppoe_send_pads() 1056 size_t len; in pppoe_xmit()
|
| D | ppp.c | 711 …Put: incomplete sio_write(fd:%"SZT_F", len:%d, c: 0x%"X8_F") c = %d\n", (size_t)pc->fd, b->len, c,… in nPut() 812 int pd = (int)(size_t)netif->state; in pppifOutput() 1328 netif->mtu = pppMTU((int)(size_t)netif->state); in pppifNetifInit() 1353 &pc->addrs.his_ipaddr, (void *)(size_t)pd, pppifNetifInit, ip_input)) { in sifup()
|
| D | lcp.c | 1244 size_t traceNdx = 0; in lcp_reqci()
|
| /include/ |
| D | syscall.h | 30 int OSReadDir(uint64_t fd, char *buf, size_t length, uint64_t *offset);
|
| /lib/libc/ |
| D | printf.c | 239 size_t maxlen; 275 int snprintf(char *str, size_t n, const char *fmt, ...) in snprintf()
|
| D | syscall.c | 95 OSReadDir(uint64_t fd, char *buf, size_t length, uint64_t *offset) in OSReadDir()
|
| /sys/kern/ |
| D | vfs.c | 84 len = (size_t)(end - start); in VFS_Lookup()
|
| D | syscall.c | 358 Syscall_ReadDir(uint64_t fd, char *user_buf, size_t len, uintptr_t user_off) in Syscall_ReadDir()
|
| /sbin/newfs_o2fs/ |
| D | newfs_o2fs.c | 96 FlushBlock(uint64_t offset, const void *buf, size_t len) in FlushBlock() 109 AppendBlock(const void *buf, size_t len) in AppendBlock()
|
| /sys/dev/ |
| D | console.c | 88 Console_Gets(char *str, size_t n) in Console_Gets()
|
| /lib/liblwip/src/core/ |
| D | dns.c | 320 size_t namelen; in dns_init_local() 417 size_t namelen; in dns_local_addhost() 865 size_t namelen; in dns_enqueue()
|
| D | pbuf.c | 1170 size_t substr_len; in pbuf_strstr()
|
| D | dhcp.c | 1308 size_t namelen = strlen(netif->hostname); in dhcp_option_hostname() 1314 size_t available = DHCP_OPTIONS_LEN - dhcp->options_out_len - 3; in dhcp_option_hostname()
|
| /lib/liblwip/src/api/ |
| D | sockets.c | 557 lwip_recvfrom(int s, void *mem, size_t len, int flags, in lwip_recvfrom() 742 lwip_read(int s, void *mem, size_t len) in lwip_read() 748 lwip_recv(int s, void *mem, size_t len, int flags) in lwip_recv() 754 lwip_send(int s, const void *data, size_t size, int flags) in lwip_send() 759 size_t written; in lwip_send() 790 lwip_sendto(int s, const void *data, size_t size, int flags, 1004 lwip_write(int s, const void *data, size_t size)
|
| D | api_lib.c | 598 netconn_write_partly(struct netconn *conn, const void *dataptr, size_t size, in netconn_write_partly() 599 u8_t apiflags, size_t *bytes_written) in netconn_write_partly()
|
| D | api_msg.c | 1214 size_t diff;
|
| /lib/liblwip/ |
| D | CHANGELOG | 1165 * cc.h: Added printf formatter for size_t: SZT_F 1391 converted size argument of netconn_write to 'size_t' 2099 and/or warnings on some systems where mem_size_t and size_t differ.
|
12