Searched refs:IPH_OFFSET_SET (Results 1 – 12 of 12) sorted by relevance
| /components/net/lwip/lwip-2.1.2/test/unit/ip4/ |
| A D | test_ip4.c | 35 IPH_OFFSET_SET(iphdr, lwip_htons(start / 8)); in create_ip4_input_fragment() 37 IPH_OFFSET_SET(iphdr, lwip_htons((start / 8) | IP_MF)); in create_ip4_input_fragment()
|
| /components/net/lwip/lwip-2.0.3/test/unit/ip4/ |
| A D | test_ip4.c | 33 IPH_OFFSET_SET(iphdr, lwip_htons(start / 8)); in create_ip4_input_fragment() 35 IPH_OFFSET_SET(iphdr, lwip_htons((start / 8) | IP_MF)); in create_ip4_input_fragment()
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/prot/ |
| A D | ip4.h | 117 #define IPH_OFFSET_SET(hdr, off) (hdr)->_offset = (off) macro
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/prot/ |
| A D | ip4.h | 121 #define IPH_OFFSET_SET(hdr, off) (hdr)->_offset = (off) macro
|
| /components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/ |
| A D | ip.h | 160 #define IPH_OFFSET_SET(hdr, off) (hdr)->_offset = (off) macro
|
| /components/net/lwip/lwip-2.0.3/src/core/ipv4/ |
| A D | ip4_frag.c | 618 IPH_OFFSET_SET(fraghdr, 0); in ip4_reass() 830 IPH_OFFSET_SET(iphdr, lwip_htons(tmp)); in ip4_frag()
|
| A D | ip4.c | 889 IPH_OFFSET_SET(iphdr, 0);
|
| /components/net/lwip/lwip-2.1.2/src/core/ipv4/ |
| A D | ip4_frag.c | 630 IPH_OFFSET_SET(fraghdr, 0); in ip4_reass() 860 IPH_OFFSET_SET(iphdr, lwip_htons(tmp)); in ip4_frag()
|
| A D | ip4.c | 929 IPH_OFFSET_SET(iphdr, 0);
|
| /components/net/lwip/lwip-1.4.1/src/core/ipv4/ |
| A D | ip_frag.c | 579 IPH_OFFSET_SET(fraghdr, 0); in ip_reass() 811 IPH_OFFSET_SET(iphdr, htons(tmp)); in ip_frag()
|
| A D | ip.c | 765 IPH_OFFSET_SET(iphdr, 0);
|
| /components/net/lwip-dhcpd/ |
| A D | dhcp_server.c | 151 IPH_OFFSET_SET(iphdr, 0); in _low_level_dhcp_send()
|
Completed in 24 milliseconds