Searched refs:IPH_VHL_SET (Results 1 – 2 of 2) sorted by relevance
| /external/lib/lwip/include/ipv4/lwip/ | ||
| A D | ip.h | 156 #define IPH_VHL_SET(hdr, v, hl) (hdr)->_v_hl = (((v) << 4) | (hl)) macro |
| /external/lib/lwip/core/ipv4/ | ||
| A D | ip.c | 729 IPH_VHL_SET(iphdr, 4, ip_hlen / 4); |
Completed in 4 milliseconds