Home
last modified time | relevance | path

Searched refs:IPH_LEN_SET (Results 1 – 5 of 5) sorted by relevance

/lib/liblwip/src/include/ipv4/lwip/
Dip.h158 #define IPH_LEN_SET(hdr, len) (hdr)->_len = (len) macro
/lib/liblwip/src/netif/ppp/
Dvj.c573 IPH_LEN_SET(&cs->cs_ip, htons((u_short)tmp)); in vj_uncompress_tcp()
575 IPH_LEN_SET(&cs->cs_ip, htons(n0->tot_len - vjlen + cs->cs_hlen)); in vj_uncompress_tcp()
/lib/liblwip/src/core/ipv4/
Dip_frag.c578 IPH_LEN_SET(fraghdr, htons(ipr->datagram_len)); in ip_reass()
812 IPH_LEN_SET(iphdr, htons(cop + IP_HLEN)); in ip_frag()
Dip.c734 IPH_LEN_SET(iphdr, htons(p->tot_len));
/lib/liblwip/test/unit/tcp/
Dtcp_helper.c69 IPH_LEN_SET(iphdr, htons(p->tot_len)); in tcp_create_segment_wnd()