Home
last modified time | relevance | path

Searched refs:size_t (Results 26 – 45 of 45) sorted by relevance

12

/lib/liblwip/src/include/lwip/
Dmem.h45 typedef size_t mem_size_t;
Dnetdb.h102 size_t buflen, struct hostent **result, int *h_errnop);
Dapi_msg.h90 size_t len;
/lib/liblwip/src/netif/ppp/
Dppp_oe.c138 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()
Dppp.c711 …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()
Dlcp.c1244 size_t traceNdx = 0; in lcp_reqci()
/include/
Dsyscall.h30 int OSReadDir(uint64_t fd, char *buf, size_t length, uint64_t *offset);
/lib/libc/
Dprintf.c239 size_t maxlen;
275 int snprintf(char *str, size_t n, const char *fmt, ...) in snprintf()
Dsyscall.c95 OSReadDir(uint64_t fd, char *buf, size_t length, uint64_t *offset) in OSReadDir()
/sys/kern/
Dvfs.c84 len = (size_t)(end - start); in VFS_Lookup()
Dsyscall.c358 Syscall_ReadDir(uint64_t fd, char *user_buf, size_t len, uintptr_t user_off) in Syscall_ReadDir()
/sbin/newfs_o2fs/
Dnewfs_o2fs.c96 FlushBlock(uint64_t offset, const void *buf, size_t len) in FlushBlock()
109 AppendBlock(const void *buf, size_t len) in AppendBlock()
/sys/dev/
Dconsole.c88 Console_Gets(char *str, size_t n) in Console_Gets()
/lib/liblwip/src/core/
Ddns.c320 size_t namelen; in dns_init_local()
417 size_t namelen; in dns_local_addhost()
865 size_t namelen; in dns_enqueue()
Dpbuf.c1170 size_t substr_len; in pbuf_strstr()
Ddhcp.c1308 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/
Dsockets.c557 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)
Dapi_lib.c598 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()
Dapi_msg.c1214 size_t diff;
/lib/liblwip/
DCHANGELOG1165 * 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