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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6.h747 struct nd_opt_hdr *nd_opt_array[8]; /* max = target address list */
749 struct nd_opt_hdr *zero;
750 struct nd_opt_hdr *src_lladdr;
751 struct nd_opt_hdr *tgt_lladdr;
755 struct nd_opt_hdr *search; /* multiple opts */
756 struct nd_opt_hdr *last; /* multiple opts */
777 extern struct nd_opt_hdr *nd6_option(union nd_opts *);
H A Dnd6_nbr.c582 maxlen += (sizeof(struct nd_opt_hdr) + ifp->if_addrlen + 7) & ~7;
754 int optlen = sizeof(struct nd_opt_hdr) + ifp->if_addrlen;
755 struct nd_opt_hdr *nd_opt = (struct nd_opt_hdr *)(nd_ns + 1);
1293 maxlen += (sizeof(struct nd_opt_hdr) + ifp->if_addrlen + 7) & ~7;
1411 int optlen = sizeof(struct nd_opt_hdr) + ifp->if_addrlen;
1412 struct nd_opt_hdr *nd_opt = (struct nd_opt_hdr *)(nd_na + 1);
H A Dnd6.c494 ndopts->nd_opts_search = (struct nd_opt_hdr *)opt;
496 = (struct nd_opt_hdr *)(((u_char *)opt) + icmp6len);
507 struct nd_opt_hdr *
511 struct nd_opt_hdr *nd_opt;
541 ndopts->nd_opts_search = (struct nd_opt_hdr *)((caddr_t)nd_opt + olen);
563 struct nd_opt_hdr *nd_opt;
H A Dicmp6.c2697 ((sizeof(struct nd_opt_hdr) + ifp->if_addrlen + 7) & ~7)) {
2772 struct nd_opt_hdr *nd_opt;
2794 nd_opt = (struct nd_opt_hdr *)p;
H A Dnd6_rtr.c499 struct nd_opt_hdr *pt;
503 for (pt = (struct nd_opt_hdr *)ndopts.nd_opts_pi;
504 pt <= (struct nd_opt_hdr *)ndopts.nd_opts_pi_end;
505 pt = (struct nd_opt_hdr *)((caddr_t)pt +
/darwin-on-arm/xnu/bsd/netinet/
H A Dicmp6.h320 struct nd_opt_hdr { /* Neighbor discovery option header */ struct

Completed in 52 milliseconds