OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCP_HLEN
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/core/lwip/src/core/
tcp_out.c
96
struct pbuf *p = pbuf_alloc(PBUF_IP,
TCP_HLEN
+ optlen + datalen, PBUF_RAM);
99
(p->len >=
TCP_HLEN
+ optlen));
182
if (pbuf_header(p,
TCP_HLEN
)) {
[
all
...]
tcp.c
[
all
...]
tcp_in.c
[
all
...]
/external/syslinux/core/lwip/src/include/lwip/
tcp_impl.h
113
#define
TCP_HLEN
20
Completed in 1704 milliseconds