Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Dnd6_nbr.c269 int tlladdr = 0; in nd6_ns_input() local
371 tlladdr = 0; in nd6_ns_input()
373 tlladdr = 1; in nd6_ns_input()
522 ((anycast || proxy || !tlladdr) ? 0 : in nd6_ns_input()
524 ND_NA_FLAG_ROUTER : 0), tlladdr, proxy ? in nd6_ns_input()
534 ((anycast || proxy || !tlladdr || oflgclr) ? 0 : ND_NA_FLAG_OVERRIDE) | in nd6_ns_input()
536 tlladdr, proxy ? (struct sockaddr *)&proxydl : NULL); in nd6_ns_input()
1390 int tlladdr, /* 1 if include target link-layer address */ in nd6_na_output() argument
1529 if (tlladdr) { in nd6_na_output()
1545 if (tlladdr && mac) { in nd6_na_output()