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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_nbr.c266 int tlladdr; local
371 tlladdr = 0;
373 tlladdr = 1;
505 ((anycast || proxy || !tlladdr) ? 0 :
507 ND_NA_FLAG_ROUTER : 0), tlladdr, proxy ?
516 ((anycast || proxy || !tlladdr) ? 0 : ND_NA_FLAG_OVERRIDE) |
518 tlladdr, proxy ? (struct sockaddr *)&proxydl : NULL);
1258 * tlladdr - 1 if include target link-layer address
1267 int tlladdr, /* 1 if include target link-layer address */
1390 * "tlladdr" indicate
1262 nd6_na_output( struct ifnet *ifp, const struct in6_addr *daddr6_0, const struct in6_addr *taddr6, uint32_t flags, int tlladdr, struct sockaddr *sdl0) argument
[all...]

Completed in 70 milliseconds