Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/include/lwip/prot/
A Dip4.h115 #define IPH_LEN_SET(hdr, len) (hdr)->_len = (len) macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/prot/
A Dip4.h119 #define IPH_LEN_SET(hdr, len) (hdr)->_len = (len) macro
/components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/
A Dip.h158 #define IPH_LEN_SET(hdr, len) (hdr)->_len = (len) macro
/components/net/lwip/lwip-2.1.2/test/unit/ip4/
A Dtest_ip4.c32 IPH_LEN_SET(iphdr, lwip_htons(p->tot_len)); in create_ip4_input_fragment()
/components/net/lwip/lwip-2.0.3/test/unit/ip4/
A Dtest_ip4.c30 IPH_LEN_SET(iphdr, lwip_htons(p->tot_len)); in create_ip4_input_fragment()
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A 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()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A 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()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dvj.c610 IPH_LEN_SET(&cs->cs_ip, lwip_htons((u16_t)tmp)); in vj_uncompress_tcp()
612 IPH_LEN_SET(&cs->cs_ip, lwip_htons(n0->tot_len - vjlen + cs->cs_hlen)); in vj_uncompress_tcp()
/components/net/lwip/lwip-2.0.3/src/core/ipv4/
A Dip4_frag.c617 IPH_LEN_SET(fraghdr, lwip_htons(ipr->datagram_len)); in ip4_reass()
831 IPH_LEN_SET(iphdr, lwip_htons(fragsize + IP_HLEN)); in ip4_frag()
A Dip4.c885 IPH_LEN_SET(iphdr, lwip_htons(p->tot_len));
/components/net/lwip/lwip-2.1.2/src/core/ipv4/
A Dip4_frag.c629 IPH_LEN_SET(fraghdr, lwip_htons(datagram_len)); in ip4_reass()
861 IPH_LEN_SET(iphdr, lwip_htons((u16_t)(fragsize + IP_HLEN))); in ip4_frag()
A Dip4.c925 IPH_LEN_SET(iphdr, lwip_htons(p->tot_len));
/components/net/lwip/lwip-1.4.1/src/core/ipv4/
A 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()
A Dip.c761 IPH_LEN_SET(iphdr, htons(p->tot_len));
/components/net/lwip/lwip-1.4.1/test/unit/tcp/
A Dtcp_helper.c69 IPH_LEN_SET(iphdr, htons(p->tot_len)); in tcp_create_segment_wnd()
/components/net/lwip-dhcpd/
A Ddhcp_server.c149 IPH_LEN_SET(iphdr, htons(IP_HLEN + sizeof(struct udp_hdr) + size)); in _low_level_dhcp_send()
/components/net/lwip/lwip-2.1.2/test/unit/tcp/
A Dtcp_helper.c76 IPH_LEN_SET(iphdr, htons(p->tot_len)); in tcp_create_segment_wnd()
/components/net/lwip/lwip-2.0.3/test/unit/tcp/
A Dtcp_helper.c71 IPH_LEN_SET(iphdr, htons(p->tot_len)); in tcp_create_segment_wnd()

Completed in 36 milliseconds