Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/
Dndisc.h54 struct nd_opt_hdr { struct
60 struct nd_opt_hdr *nd_opt_array[7]; argument
61 struct nd_opt_hdr *nd_opt_piend;
71 extern struct nd_opt_hdr *ndisc_next_option(struct nd_opt_hdr *cur, struct nd_opt_hdr *end);
/linux-2.4.37.9/net/ipv6/
Dndisc.c158 struct nd_opt_hdr *ndisc_next_option(struct nd_opt_hdr *cur, in ndisc_next_option()
159 struct nd_opt_hdr *end) in ndisc_next_option()
174 struct nd_opt_hdr *nd_opt = (struct nd_opt_hdr *)opt; in ndisc_parse_options()
181 if (opt_len < sizeof(struct nd_opt_hdr)) in ndisc_parse_options()
1052 struct nd_opt_hdr *p; in ndisc_router_discovery()