Home
last modified time | relevance | path

Searched refs:retrans_timer (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/include/lwip/priv/
Dnd6_priv.h134 extern u32_t retrans_timer;
/third_party/lwip/src/include/lwip/prot/
Dnd6.h126 PACK_STRUCT_FIELD(u32_t retrans_timer);
/third_party/lwip/src/core/ipv6/
Dnd6.c84 u32_t retrans_timer = LWIP_ND6_RETRANS_TIMER; /* @todo implement this value in timer */ variable
616 if (ra_hdr->retrans_timer > 0) { in nd6_input()
617 retrans_timer = lwip_htonl(ra_hdr->retrans_timer); in nd6_input()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h88684 __be32 retrans_timer; member