Home
last modified time | relevance | path

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

/third_party/lwip/test/unit/ip4/
Dtest_ip4.c35 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()
/third_party/lwip/src/include/lwip/prot/
Dip4.h123 #define IPH_OFFSET_SET(hdr, off) (hdr)->_offset = (off) macro
/third_party/lwip/src/core/ipv4/
Dip4_frag.c630 IPH_OFFSET_SET(fraghdr, 0); in ip4_reass()
860 IPH_OFFSET_SET(iphdr, lwip_htons(tmp)); in ip4_frag()
Dip4.c929 IPH_OFFSET_SET(iphdr, 0);