Home
last modified time | relevance | path

Searched defs:hl (Results 1 – 3 of 3) sorted by relevance

/btstack/3rd-party/lwip/core/src/core/ipv6/
H A Dip6.c1150 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 Dip4.h117 #define IPH_VHL_SET(hdr, v, hl) (hdr)->_v_hl = (u8_t)((((v) << 4) | (hl))) argument
H A Dip6.h109 #define IP6H_HOPLIM_SET(hdr, hl) (hdr)->_hoplim = (u8_t)(hl) argument