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 D | ip4.h | 115 #define IPH_LEN_SET(hdr, len) (hdr)->_len = (len) macro
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/prot/ |
| A D | ip4.h | 119 #define IPH_LEN_SET(hdr, len) (hdr)->_len = (len) macro
|
| /components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/ |
| A D | ip.h | 158 #define IPH_LEN_SET(hdr, len) (hdr)->_len = (len) macro
|
| /components/net/lwip/lwip-2.1.2/test/unit/ip4/ |
| A D | test_ip4.c | 32 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 D | test_ip4.c | 30 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 D | vj.c | 573 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 D | vj.c | 606 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 D | vj.c | 610 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 D | ip4_frag.c | 617 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 D | ip4.c | 885 IPH_LEN_SET(iphdr, lwip_htons(p->tot_len));
|
| /components/net/lwip/lwip-2.1.2/src/core/ipv4/ |
| A D | ip4_frag.c | 629 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 D | ip4.c | 925 IPH_LEN_SET(iphdr, lwip_htons(p->tot_len));
|
| /components/net/lwip/lwip-1.4.1/src/core/ipv4/ |
| A D | ip_frag.c | 578 IPH_LEN_SET(fraghdr, htons(ipr->datagram_len)); in ip_reass() 812 IPH_LEN_SET(iphdr, htons(cop + IP_HLEN)); in ip_frag()
|
| A D | ip.c | 761 IPH_LEN_SET(iphdr, htons(p->tot_len));
|
| /components/net/lwip/lwip-1.4.1/test/unit/tcp/ |
| A D | tcp_helper.c | 69 IPH_LEN_SET(iphdr, htons(p->tot_len)); in tcp_create_segment_wnd()
|
| /components/net/lwip-dhcpd/ |
| A D | dhcp_server.c | 149 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 D | tcp_helper.c | 76 IPH_LEN_SET(iphdr, htons(p->tot_len)); in tcp_create_segment_wnd()
|
| /components/net/lwip/lwip-2.0.3/test/unit/tcp/ |
| A D | tcp_helper.c | 71 IPH_LEN_SET(iphdr, htons(p->tot_len)); in tcp_create_segment_wnd()
|
Completed in 36 milliseconds