Searched defs:ttl (Results 1 – 4 of 4) sorted by relevance
| /lib/liblwip/src/core/ipv6/ |
| D | ip6.c | 261 u8_t ttl, in ip_output_if() 318 u8_t ttl, u8_t proto) in ip_output() 333 u8_t ttl, u8_t tos, u8_t proto, u8_t *addr_hint) in ip_output_hinted()
|
| /lib/liblwip/src/core/ipv4/ |
| D | ip.c | 642 u8_t ttl, u8_t tos, 656 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options, 819 u8_t ttl, u8_t tos, u8_t proto) 858 u8_t ttl, u8_t tos, u8_t proto, u8_t *addr_hint)
|
| /lib/liblwip/src/core/ |
| D | dns.c | 162 u32_t ttl; member 175 u32_t ttl; member
|
| /lib/liblwip/src/include/ipv4/lwip/ |
| D | ip.h | 161 #define IPH_TTL_SET(hdr, ttl) (hdr)->_ttl = (u8_t)(ttl) argument
|