Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Dnd6_nbr.c277 int tlladdr = 0; in nd6_ns_input() local
379 tlladdr = 0; in nd6_ns_input()
381 tlladdr = 1; in nd6_ns_input()
529 ((anycast || proxy || !tlladdr) ? 0 : in nd6_ns_input()
531 ND_NA_FLAG_ROUTER : 0), tlladdr, proxy ? in nd6_ns_input()
541 ((anycast || proxy || !tlladdr || oflgclr) ? 0 : ND_NA_FLAG_OVERRIDE) | in nd6_ns_input()
543 tlladdr, proxy ? SA(&proxydl) : NULL); in nd6_ns_input()
1404 int tlladdr, /* 1 if include target link-layer address */ in nd6_na_output() argument
1544 if (tlladdr) { in nd6_na_output()
1560 if (tlladdr && mac) { in nd6_na_output()