Home
last modified time | relevance | path

Searched refs:TCPH_HDRLEN_SET (Results 1 – 2 of 2) sorted by relevance

/lib/liblwip/test/unit/tcp/
Dtcp_helper.c80 TCPH_HDRLEN_SET(tcphdr, sizeof(struct tcp_hdr)/4); in tcp_create_segment_wnd()
/lib/liblwip/src/include/lwip/
Dtcp_impl.h177 #define TCPH_HDRLEN_SET(phdr, len) (phdr)->_hdrlen_rsvd_flags = htons(((len) << 12) | TCPH_FLAGS(ph… macro