Home
last modified time | relevance | path

Searched defs:bufsize (Results 1 – 8 of 8) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/
H A Dsnmp_mib2_system.c118 snmp_mib2_set_syscontact(u8_t *ocstr, u16_t *ocstrlen, u16_t bufsize) in snmp_mib2_set_syscontact()
160 snmp_mib2_set_sysname(u8_t *ocstr, u16_t *ocstrlen, u16_t bufsize) in snmp_mib2_set_sysname()
201 snmp_mib2_set_syslocation(u8_t *ocstr, u16_t *ocstrlen, u16_t bufsize) in snmp_mib2_set_syslocation()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/
H A Dsnmp_mib2_system.c118 snmp_mib2_set_syscontact(u8_t *ocstr, u16_t *ocstrlen, u16_t bufsize) in snmp_mib2_set_syscontact()
160 snmp_mib2_set_sysname(u8_t *ocstr, u16_t *ocstrlen, u16_t bufsize) in snmp_mib2_set_sysname()
201 snmp_mib2_set_syslocation(u8_t *ocstr, u16_t *ocstrlen, u16_t bufsize) in snmp_mib2_set_syslocation()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Ddef.c199 lwip_itoa(char *result, size_t bufsize, int number) in lwip_itoa()
H A Dpbuf.c1074 pbuf_get_contiguous(const struct pbuf *p, void *buffer, size_t bufsize, u16_t len, u16_t offset) in pbuf_get_contiguous()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Ddef.c198 lwip_itoa(char* result, size_t bufsize, int number) in lwip_itoa()
/nrf52832-nimble/rt-thread/components/net/uip/uip/
H A Dpsock.c76 u8_t *bufptr, u16_t bufsize) in buf_setup()
H A Dpsock.h121 unsigned int bufsize; /* The size of the input buffer. */ member
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/
H A Daltcp_proxyconnect.c101 altcp_proxyconnect_format_request(char *buffer, size_t bufsize, const char *host, int port) in altcp_proxyconnect_format_request()