Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Dnd6.h220 struct mtu_option { struct
/third_party/lwip/src/core/ipv6/
Dnd6.c98 struct mtu_option mtu;
689 struct mtu_option *mtu_opt; in nd6_input()
691 if (option_len < sizeof(struct mtu_option)) { in nd6_input()
694 mtu_opt = (struct mtu_option *)buffer; in nd6_input()