Home
last modified time | relevance | path

Searched refs:raw_get_multicast_ttl (Results 1 – 2 of 2) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Draw.h134 #define raw_get_multicast_ttl(pcb) ((pcb)->mcast_ttl) macro
/btstack/3rd-party/lwip/core/src/core/
H A Draw.c520 ttl = (ip_addr_ismulticast(dst_ip) ? raw_get_multicast_ttl(pcb) : pcb->ttl); in raw_sendto_if_src()