Searched refs:nd_opts_tgt_lladdr (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.h352 #define nd_opts_tgt_lladdr nd_opt_each.tgt_lladdr macro
H A Dnd6_nbr.c614 if (ndopts.nd_opts_tgt_lladdr) {
615 lladdr = (char *)(ndopts.nd_opts_tgt_lladdr + 1);
616 lladdrlen = ndopts.nd_opts_tgt_lladdr->nd_opt_len << 3;
H A Dicmp6.c2359 if (ndopts.nd_opts_tgt_lladdr) {
2360 lladdr = (char *)(ndopts.nd_opts_tgt_lladdr + 1);
2361 lladdrlen = ndopts.nd_opts_tgt_lladdr->nd_opt_len << 3;

Completed in 29 milliseconds