Searched defs:hl (Results 1 – 3 of 3) sorted by relevance
/btstack/3rd-party/lwip/core/src/core/ipv6/ |
H A D | ip6.c | 1150 u8_t hl, u8_t tc, 1174 u8_t hl, u8_t tc, 1292 u8_t hl, u8_t tc, u8_t nexth) 1350 u8_t hl, u8_t tc, u8_t nexth, struct netif_hint *netif_hint)
|
/btstack/3rd-party/lwip/core/src/include/lwip/prot/ |
H A D | ip4.h | 117 #define IPH_VHL_SET(hdr, v, hl) (hdr)->_v_hl = (u8_t)((((v) << 4) | (hl))) argument
|
H A D | ip6.h | 109 #define IP6H_HOPLIM_SET(hdr, hl) (hdr)->_hoplim = (u8_t)(hl) argument
|