Searched refs:IPH_VHL_SET (Results 1 – 5 of 5) sorted by relevance
/third_party/lwip/src/include/lwip/prot/ |
D | ip4.h | 119 #define IPH_VHL_SET(hdr, v, hl) (hdr)->_v_hl = (u8_t)((((v) << 4) | (hl))) macro
|
/third_party/lwip/test/unit/ip4/ |
D | test_ip4.c | 30 IPH_VHL_SET(iphdr, 4, sizeof(struct ip_hdr) / 4); in create_ip4_input_fragment()
|
/third_party/lwip/test/unit/tcp/ |
D | tcp_helper.c | 74 IPH_VHL_SET(iphdr, 4, IP_HLEN / 4); in tcp_create_segment_wnd()
|
/third_party/lwip/test/unit/udp/ |
D | test_udp.c | 206 IPH_VHL_SET(ih, 4, sizeof(struct ip_hdr) / 4); in test_udp_create_test_packet()
|
/third_party/lwip/src/core/ipv4/ |
D | ip4.c | 961 IPH_VHL_SET(iphdr, 4, ip_hlen / 4);
|