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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.h334 struct nd_opt_hdr *nd_opt_array[9]; /*max = home agent info*/
336 struct nd_opt_hdr *zero;
337 struct nd_opt_hdr *src_lladdr;
338 struct nd_opt_hdr *tgt_lladdr;
342 struct nd_opt_hdr *six;
345 struct nd_opt_hdr *search; /* multiple opts */
346 struct nd_opt_hdr *last; /* multiple opts */
369 struct nd_opt_hdr *nd6_option(union nd_opts *);
H A Dnd6_nbr.c361 maxlen += (sizeof(struct nd_opt_hdr) + ifp->if_addrlen + 7) & ~7;
496 int optlen = sizeof(struct nd_opt_hdr) + ifp->if_addrlen;
497 struct nd_opt_hdr *nd_opt = (struct nd_opt_hdr *)(nd_ns + 1);
861 maxlen += (sizeof(struct nd_opt_hdr) + ifp->if_addrlen + 7) & ~7;
949 int optlen = sizeof(struct nd_opt_hdr) + ifp->if_addrlen;
950 struct nd_opt_hdr *nd_opt = (struct nd_opt_hdr *)(nd_na + 1);
H A Dnd6.c263 ndopts->nd_opts_search = (struct nd_opt_hdr *)opt;
265 = (struct nd_opt_hdr *)(((u_char *)opt) + icmp6len);
276 struct nd_opt_hdr *
280 struct nd_opt_hdr *nd_opt;
310 ndopts->nd_opts_search = (struct nd_opt_hdr *)((caddr_t)nd_opt + olen);
332 struct nd_opt_hdr *nd_opt;
H A Dnd6_rtr.c325 struct nd_opt_hdr *pt;
329 for (pt = (struct nd_opt_hdr *)ndopts.nd_opts_pi;
330 pt <= (struct nd_opt_hdr *)ndopts.nd_opts_pi_end;
331 pt = (struct nd_opt_hdr *)((caddr_t)pt +
H A Dicmp6.c2501 ((sizeof(struct nd_opt_hdr) + ifp->if_addrlen + 7) & ~7)) {
2572 struct nd_opt_hdr *nd_opt;
2588 nd_opt = (struct nd_opt_hdr *)p;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dicmp6.h293 struct nd_opt_hdr { /* Neighbor discovery option header */ struct

Completed in 94 milliseconds