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

/xnu-2422.115.4/bsd/netinet6/
H A Dnd6.h762 struct nd_opt_hdr *nd_opt_array[8]; /* max = target address list */
764 struct nd_opt_hdr *zero;
765 struct nd_opt_hdr *src_lladdr;
766 struct nd_opt_hdr *tgt_lladdr;
770 struct nd_opt_hdr *search; /* multiple opts */
771 struct nd_opt_hdr *last; /* multiple opts */
795 extern struct nd_opt_hdr *nd6_option(union nd_opts *);
H A Dnd6_nbr.c585 maxlen += (sizeof(struct nd_opt_hdr) + ifp->if_addrlen + 7) & ~7;
758 int optlen = sizeof(struct nd_opt_hdr) + ifp->if_addrlen;
759 struct nd_opt_hdr *nd_opt = (struct nd_opt_hdr *)(nd_ns + 1);
1258 maxlen += (sizeof(struct nd_opt_hdr) + ifp->if_addrlen + 7) & ~7;
1376 int optlen = sizeof(struct nd_opt_hdr) + ifp->if_addrlen;
1377 struct nd_opt_hdr *nd_opt = (struct nd_opt_hdr *)(nd_na + 1);
H A Dnd6.c587 ndopts->nd_opts_search = (struct nd_opt_hdr *)opt;
589 (struct nd_opt_hdr *)(((u_char *)opt) + icmp6len);
600 struct nd_opt_hdr *
603 struct nd_opt_hdr *nd_opt;
633 ndopts->nd_opts_search = (struct nd_opt_hdr *)((caddr_t)nd_opt + olen);
654 struct nd_opt_hdr *nd_opt;
H A Dicmp6.c2651 ((sizeof(struct nd_opt_hdr) + ifp->if_addrlen + 7) & ~7)) {
2726 struct nd_opt_hdr *nd_opt;
2748 nd_opt = (struct nd_opt_hdr *)p;
H A Dnd6_rtr.c498 struct nd_opt_hdr *pt;
502 for (pt = (struct nd_opt_hdr *)ndopts.nd_opts_pi;
503 pt <= (struct nd_opt_hdr *)ndopts.nd_opts_pi_end;
504 pt = (struct nd_opt_hdr *)((caddr_t)pt +
/xnu-2422.115.4/bsd/netinet/
H A Dicmp6.h320 struct nd_opt_hdr { /* Neighbor discovery option header */ struct

Completed in 91 milliseconds