Home
last modified time | relevance | path

Searched refs:IPH_VHL_SET (Results 1 – 5 of 5) sorted by relevance

/third_party/lwip/src/include/lwip/prot/
Dip4.h119 #define IPH_VHL_SET(hdr, v, hl) (hdr)->_v_hl = (u8_t)((((v) << 4) | (hl))) macro
/third_party/lwip/test/unit/ip4/
Dtest_ip4.c30 IPH_VHL_SET(iphdr, 4, sizeof(struct ip_hdr) / 4); in create_ip4_input_fragment()
/third_party/lwip/test/unit/tcp/
Dtcp_helper.c74 IPH_VHL_SET(iphdr, 4, IP_HLEN / 4); in tcp_create_segment_wnd()
/third_party/lwip/test/unit/udp/
Dtest_udp.c206 IPH_VHL_SET(ih, 4, sizeof(struct ip_hdr) / 4); in test_udp_create_test_packet()
/third_party/lwip/src/core/ipv4/
Dip4.c961 IPH_VHL_SET(iphdr, 4, ip_hlen / 4);