Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/include/lwip/prot/
A Dip4.h113 #define IPH_VHL_SET(hdr, v, hl) (hdr)->_v_hl = (u8_t)((((v) << 4) | (hl))) macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/prot/
A Dip4.h117 #define IPH_VHL_SET(hdr, v, hl) (hdr)->_v_hl = (u8_t)((((v) << 4) | (hl))) macro
/components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/
A Dip.h156 #define IPH_VHL_SET(hdr, v, hl) (hdr)->_v_hl = (((v) << 4) | (hl)) macro
/components/net/lwip/lwip-2.1.2/test/unit/ip4/
A Dtest_ip4.c30 IPH_VHL_SET(iphdr, 4, sizeof(struct ip_hdr) / 4); in create_ip4_input_fragment()
/components/net/lwip/lwip-2.0.3/test/unit/ip4/
A Dtest_ip4.c28 IPH_VHL_SET(iphdr, 4, sizeof(struct ip_hdr) / 4); in create_ip4_input_fragment()
/components/net/lwip/lwip-1.4.1/test/unit/tcp/
A Dtcp_helper.c67 IPH_VHL_SET(iphdr, 4, IP_HLEN / 4); in tcp_create_segment_wnd()
/components/net/lwip-dhcpd/
A Ddhcp_server.c147 IPH_VHL_SET(iphdr, 4, IP_HLEN / 4); in _low_level_dhcp_send()
/components/net/lwip/lwip-2.1.2/test/unit/tcp/
A Dtcp_helper.c74 IPH_VHL_SET(iphdr, 4, IP_HLEN / 4); in tcp_create_segment_wnd()
/components/net/lwip/lwip-2.1.2/test/unit/udp/
A Dtest_udp.c206 IPH_VHL_SET(ih, 4, sizeof(struct ip_hdr) / 4); in test_udp_create_test_packet()
/components/net/lwip/lwip-2.0.3/test/unit/tcp/
A Dtcp_helper.c69 IPH_VHL_SET(iphdr, 4, IP_HLEN / 4); in tcp_create_segment_wnd()
/components/net/lwip/lwip-1.4.1/src/core/ipv4/
A Dip.c756 IPH_VHL_SET(iphdr, 4, ip_hlen / 4);
/components/net/lwip/lwip-2.0.3/src/core/ipv4/
A Dip4.c880 IPH_VHL_SET(iphdr, 4, ip_hlen / 4);
/components/net/lwip/lwip-2.1.2/src/core/ipv4/
A Dip4.c920 IPH_VHL_SET(iphdr, 4, ip_hlen / 4);

Completed in 22 milliseconds