Searched refs:nd_opt_hdr (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dndisc.c163 struct nd_opt_hdr *nd_opt_array[__ND_OPT_ARRAY_MAX];
165 struct nd_opt_hdr *nd_opts_ri;
166 struct nd_opt_hdr *nd_opts_ri_end;
168 struct nd_opt_hdr *nd_useropts;
169 struct nd_opt_hdr *nd_useropts_end;
221 static struct nd_opt_hdr *ndisc_next_option(struct nd_opt_hdr *cur,
222 struct nd_opt_hdr *end)
234 static inline int ndisc_is_useropt(struct nd_opt_hdr *opt)
239 static struct nd_opt_hdr *ndisc_next_userop
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dndisc.h82 struct nd_opt_hdr { struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-icmp6.c671 const struct nd_opt_hdr *op;
672 const struct nd_opt_hdr *opl; /* why there's no struct? */
693 op = (struct nd_opt_hdr *)cp;
711 opl = (struct nd_opt_hdr *)op;
716 opl = (struct nd_opt_hdr *)op;
H A Dicmp6.h265 struct nd_opt_hdr { /* Neighbor discovery option header */ struct

Completed in 48 milliseconds