Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Dip4.h121 #define IPH_LEN_SET(hdr, len) (hdr)->_len = (len) macro
/third_party/lwip/src/netif/ppp/
Dvj.c606 IPH_LEN_SET(&cs->cs_ip, lwip_htons((u16_t)tmp)); in vj_uncompress_tcp()
608 IPH_LEN_SET(&cs->cs_ip, lwip_htons(n0->tot_len - vjlen + cs->cs_hlen)); in vj_uncompress_tcp()
/third_party/lwip/test/unit/ip4/
Dtest_ip4.c32 IPH_LEN_SET(iphdr, lwip_htons(p->tot_len)); in create_ip4_input_fragment()
/third_party/lwip/src/core/ipv4/
Dip4_frag.c649 IPH_LEN_SET(fraghdr, lwip_htons(datagram_len)); in ip4_reass()
881 IPH_LEN_SET(iphdr, lwip_htons((u16_t)(fragsize + IP_HLEN))); in ip4_frag()
Dip4.c966 IPH_LEN_SET(iphdr, lwip_htons(p->tot_len));
/third_party/lwip/test/unit/tcp/
Dtcp_helper.c76 IPH_LEN_SET(iphdr, htons(p->tot_len)); in tcp_create_segment_wnd()