| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | contrib.txt | 19 4. one space between keyword and opening bracket. 20 5. no space between function and opening bracket. 21 6. one space and no newline before opening curly braces of a block.
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | contrib.txt | 19 4. one space between keyword and opening bracket. 20 5. no space between function and opening bracket. 21 6. one space and no newline before opening curly braces of a block.
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | tcp_impl.h | 197 #define TCP_EVENT_SENT(pcb,space,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ argument 198 LWIP_EVENT_SENT, NULL, space, ERR_OK) 219 #define TCP_EVENT_SENT(pcb,space,ret) \ 222 (ret) = (pcb)->sent((pcb)->callback_arg,(pcb),(space)); \
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/priv/ |
| A D | tcp_priv.h | 165 #define TCP_EVENT_SENT(pcb,space,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ argument 166 LWIP_EVENT_SENT, NULL, space, ERR_OK) 189 #define TCP_EVENT_SENT(pcb,space,ret) \ argument 192 (ret) = (pcb)->sent((pcb)->callback_arg,(pcb),(space)); \
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | contrib.txt | 19 4. one space between keyword and opening bracket. 20 5. no space between function and opening bracket. 21 6. one space and no newline before opening curly braces of a block.
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/priv/ |
| A D | tcp_priv.h | 168 #define TCP_EVENT_SENT(pcb,space,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ argument 169 LWIP_EVENT_SENT, NULL, space, ERR_OK) 194 #define TCP_EVENT_SENT(pcb,space,ret) \ argument 197 (ret) = (pcb)->sent((pcb)->callback_arg,(pcb),(space)); \
|
| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | tcp_out.c | 423 u16_t space; in tcp_write() local 432 space = mss_local - (last_unsent->len + unsent_optlen); in tcp_write() 449 LWIP_ASSERT("inconsistent oversize vs. space", oversize_used <= space); in tcp_write() 454 space -= oversize_used; in tcp_write() 467 if ((pos < len) && (space > 0) && (last_unsent->len > 0)) { in tcp_write() 468 u16_t seglen = space < len - pos ? space : len - pos; in tcp_write() 476 …if ((concat_p = tcp_pbuf_prealloc(PBUF_RAW, seglen, space, &oversize, pcb, apiflags, 1)) == NULL) { in tcp_write()
|
| /components/mm/ |
| A D | mm_kmem.c | 24 MSH_CMD_EXPORT(list_kmem, List varea in kernel virtual memory space);
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | tcp_out.c | 446 u16_t space; in tcp_write() local 456 space = mss_local - (last_unsent->len + unsent_optlen); 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() 478 space -= oversize_used; in tcp_write() 495 if ((pos < len) && (space > 0) && (last_unsent->len > 0)) { in tcp_write() 496 u16_t seglen = LWIP_MIN(space, len - pos); in tcp_write() 504 …if ((concat_p = tcp_pbuf_prealloc(PBUF_RAW, seglen, space, &oversize, pcb, apiflags, 1)) == NULL) { in tcp_write()
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | tcp_out.c | 477 u16_t space; in tcp_write() local 487 space = mss_local - (last_unsent->len + unsent_optlen); in tcp_write() 504 LWIP_ASSERT("inconsistent oversize vs. space", oversize <= space); in tcp_write() 506 oversize_used = LWIP_MIN(space, LWIP_MIN(oversize, len)); in tcp_write() 509 space -= oversize_used; in tcp_write() 531 if ((pos < len) && (space > 0) && (last_unsent->len > 0)) { in tcp_write() 532 u16_t seglen = LWIP_MIN(space, len - pos); in tcp_write() 540 …if ((concat_p = tcp_pbuf_prealloc(PBUF_RAW, seglen, space, &oversize, pcb, apiflags, 1)) == NULL) { in tcp_write()
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | UPGRADING | 69 space is used for later calls to tcp_write.
|
| A D | CHANGELOG | 378 since the linker cannot do this automatically to save space. 409 allocated larger than needed and the space is used for later calls to 1302 behavior, with with ip address string not ended by a '\0', a space or a 2381 re-used the input pbuf even if that didn't have enough space to include the 2382 link headers. Now the space is tested and a new pbuf is allocated for the 2586 * udp.c: Only try and use pbuf_header() to make space for headers if 2786 * inet.c: Disabled the added summing routine to preserve code space.
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | UPGRADING | 168 space is used for later calls to tcp_write.
|
| A D | CHANGELOG | 333 allocate additional header space for TX on netifs requiring additional headers 953 * api_msg.h, api_lib.c, api_msg.c, netifapi.c: fixed bug #35931: Name space 1334 since the linker cannot do this automatically to save space. 1365 allocated larger than needed and the space is used for later calls to 2258 behavior, with with ip address string not ended by a '\0', a space or a 3337 re-used the input pbuf even if that didn't have enough space to include the 3338 link headers. Now the space is tested and a new pbuf is allocated for the 3542 * udp.c: Only try and use pbuf_header() to make space for headers if 3742 * inet.c: Disabled the added summing routine to preserve code space.
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | UPGRADING | 203 space is used for later calls to tcp_write.
|
| A D | CHANGELOG | 586 allocate additional header space for TX on netifs requiring additional headers 1206 * api_msg.h, api_lib.c, api_msg.c, netifapi.c: fixed bug #35931: Name space 1587 since the linker cannot do this automatically to save space. 1618 allocated larger than needed and the space is used for later calls to 2511 behavior, with with ip address string not ended by a '\0', a space or a 3590 re-used the input pbuf even if that didn't have enough space to include the 3591 link headers. Now the space is tested and a new pbuf is allocated for the 3795 * udp.c: Only try and use pbuf_header() to make space for headers if 3995 * inet.c: Disabled the added summing routine to preserve code space.
|