Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Dnd6.c104 static union ra_options nd6_ra_buffer; variable
658 if (option_len > sizeof(nd6_ra_buffer)) { in nd6_input()
665 option_len = sizeof(nd6_ra_buffer); in nd6_input()
667 buffer = (u8_t*)&nd6_ra_buffer; in nd6_input()
668 option_len = pbuf_copy_partial(p, &nd6_ra_buffer, option_len, offset); in nd6_input()