Searched defs:buf_len (Results 1 – 5 of 5) sorted by relevance
/btstack/3rd-party/lwip/core/src/netif/ppp/ |
H A D | magic.c | 162 void magic_random_bytes(unsigned char *buf, u32_t buf_len) { in magic_random_bytes() 274 void magic_random_bytes(unsigned char *buf, u32_t buf_len) { in magic_random_bytes()
|
/btstack/3rd-party/lwip/core/src/apps/snmp/ |
H A D | snmp_pbuf_stream.c | 80 snmp_pbuf_stream_writebuf(struct snmp_pbuf_stream *pbuf_stream, const void *buf, u16_t buf_len) in snmp_pbuf_stream_writebuf()
|
H A D | snmp_core.c | 1215 snmp_decode_bits(const u8_t *buf, u32_t buf_len, u32_t *bit_value) in snmp_decode_bits() 1288 snmp_encode_bits(u8_t *buf, u32_t buf_len, u32_t bit_value, u8_t bit_count) in snmp_encode_bits()
|
H A D | snmp_asn1.c | 589 snmp_asn1_dec_raw(struct snmp_pbuf_stream *pbuf_stream, u16_t len, u8_t *buf, u16_t *buf_len, u16_t… in snmp_asn1_dec_raw()
|
/btstack/3rd-party/lwip/core/src/apps/http/ |
H A D | httpd.c | 256 int buf_len; /* Size of file read buffer, buf. */ member
|