Searched defs:max_len (Results 1 – 6 of 6) sorted by relevance
/btstack/3rd-party/lwip/core/src/core/ipv6/ |
H A D | dhcp6.c | 74 #define LWIP_HOOK_DHCP6_APPEND_OPTIONS(netif, dhcp6, state, msg, msg_type, options_len_ptr, max_len) argument 424 u16_t num_req_options, u16_t max_len) in dhcp6_option_optionrequest()
|
/btstack/3rd-party/lwip/core/src/apps/altcp_tls/ |
H A D | altcp_tls_mbedtls.c | 1111 size_t max_len = 0xFFFF; in altcp_mbedtls_sndbuf() local
|
/btstack/3rd-party/lwip/core/src/core/ |
H A D | tcp_out.c | 600 u16_t max_len = mss_local - optlen; in tcp_write() local
|
/btstack/3rd-party/lwip/core/src/apps/http/makefsdata/ |
H A D | makefsdata.c | 728 static void fix_filename_for_c(char *qualifiedName, size_t max_len) in fix_filename_for_c()
|
/btstack/3rd-party/lwip/core/src/apps/http/ |
H A D | httpd.c | 535 u16_t len, max_len; in http_write() local
|
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | opt.h | 3210 #define LWIP_HOOK_DHCP6_APPEND_OPTIONS(netif, dhcp6, state, msg, msg_type, options_len_ptr, max_len) argument
|