Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Dipv6nd.c232 struct nd_opt_hdr *nd; in ipv6nd_makersprobe()
245 nd = (struct nd_opt_hdr *)(state->rs + sizeof(*rs)); in ipv6nd_makersprobe()
742 struct nd_opt_hdr *ndo; in ipv6nd_handlera()
871 if (len < sizeof(struct nd_opt_hdr)) { in ipv6nd_handlera()
876 ndo = (struct nd_opt_hdr *)p; in ipv6nd_handlera()
/external/tcpdump/
Dprint-icmp6.c269 struct nd_opt_hdr { /* Neighbor discovery option header */ struct
1258 const struct nd_opt_hdr *op; in icmp6_opt_print()
1278 op = (struct nd_opt_hdr *)cp; in icmp6_opt_print()