Searched refs:oversize (Results 1 – 3 of 3) sorted by relevance
| /minix3/minix/lib/liblwip/dist/src/core/ |
| H A D | tcp_out.c | 234 u16_t *oversize, struct tcp_pcb *pcb, u8_t apiflags, in tcp_pbuf_prealloc() argument 273 *oversize = p->len - length; in tcp_pbuf_prealloc() 377 u16_t oversize = 0; in tcp_write() local 471 oversize = pcb->unsent_oversize; in tcp_write() 472 if (oversize > 0) { in tcp_write() 473 LWIP_ASSERT("inconsistent oversize vs. space", oversize <= space); in tcp_write() 475 oversize_used = LWIP_MIN(space, LWIP_MIN(oversize, len)); in tcp_write() 477 oversize -= oversize_used; in tcp_write() 481 LWIP_ASSERT("inconsistent oversize vs. len", (oversize == 0) || (pos == len)); in tcp_write() 504 …if ((concat_p = tcp_pbuf_prealloc(PBUF_RAW, seglen, space, &oversize, pcb, apiflags, 1)) == NULL) { in tcp_write() [all …]
|
| /minix3/external/bsd/libpcap/dist/ |
| H A D | README.dag | 111 applications may incorrectly report capture errors or oversize packets
|
| /minix3/external/bsd/bind/dist/ |
| H A D | CHANGES | 4012 (Note: If an oversize key is in use, and
|