Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/ipv4/lwip/
Dip.h155 #define IPH_LEN_SET(hdr, len) (hdr)->_len = (len) macro
/external/syslinux/core/lwip/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()
/external/syslinux/core/lwip/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.c664 IPH_LEN_SET(iphdr, htons(p->tot_len));