Home
last modified time | relevance | path

Searched refs:oversize (Results 1 - 3 of 3) sorted by relevance

/third_party/lwip/src/core/
H A Dtcp_out.c229 * @param max_length maximum usable size of payload+oversize.
230 * @param oversize pointer to a u16_t that will receive the number of usable tail bytes.
238 u16_t *oversize, const struct tcp_pcb *pcb, u8_t apiflags, in tcp_pbuf_prealloc()
244 LWIP_ASSERT("tcp_pbuf_prealloc: invalid oversize", oversize != NULL); in tcp_pbuf_prealloc()
280 *oversize = p->len - length; in tcp_pbuf_prealloc()
411 u16_t oversize = 0; in tcp_write() local
478 * oversize = pcb->unsent_oversize in tcp_write()
514 oversize = pcb->unsent_oversize; in tcp_write()
515 if (oversize > in tcp_write()
237 tcp_pbuf_prealloc(pbuf_layer layer, u16_t length, u16_t max_length, u16_t *oversize, const struct tcp_pcb *pcb, u8_t apiflags, u8_t first_seg) tcp_pbuf_prealloc() argument
[all...]
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-common.c223 * oversize: This value controls whether a bit is changed or not
228 u_int32_t bit_change_seed(size_t bitsize, size_t oversize) in bit_change_seed() argument
232 rand_val = rand() / ((RAND_MAX + 1U) / (bitsize + oversize)); in bit_change_seed()
H A Dns-traffic.h230 u_int32_t bit_change_seed(size_t bitsize, size_t oversize);

Completed in 3 milliseconds