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 D | ip4.h | 113 #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 D | ip4.h | 117 #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 D | ip.h | 156 #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 D | test_ip4.c | 30 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 D | test_ip4.c | 28 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 D | tcp_helper.c | 67 IPH_VHL_SET(iphdr, 4, IP_HLEN / 4); in tcp_create_segment_wnd()
|
| /components/net/lwip-dhcpd/ |
| A D | dhcp_server.c | 147 IPH_VHL_SET(iphdr, 4, IP_HLEN / 4); in _low_level_dhcp_send()
|
| /components/net/lwip/lwip-2.1.2/test/unit/tcp/ |
| A D | tcp_helper.c | 74 IPH_VHL_SET(iphdr, 4, IP_HLEN / 4); in tcp_create_segment_wnd()
|
| /components/net/lwip/lwip-2.1.2/test/unit/udp/ |
| A D | test_udp.c | 206 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 D | tcp_helper.c | 69 IPH_VHL_SET(iphdr, 4, IP_HLEN / 4); in tcp_create_segment_wnd()
|
| /components/net/lwip/lwip-1.4.1/src/core/ipv4/ |
| A D | ip.c | 756 IPH_VHL_SET(iphdr, 4, ip_hlen / 4);
|
| /components/net/lwip/lwip-2.0.3/src/core/ipv4/ |
| A D | ip4.c | 880 IPH_VHL_SET(iphdr, 4, ip_hlen / 4);
|
| /components/net/lwip/lwip-2.1.2/src/core/ipv4/ |
| A D | ip4.c | 920 IPH_VHL_SET(iphdr, 4, ip_hlen / 4);
|
Completed in 22 milliseconds