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

/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dnd6_nbr.c261 int tlladdr; local
362 tlladdr = 0;
364 tlladdr = 1;
499 ((anycast || proxy || !tlladdr) ? 0 :
501 ND_NA_FLAG_ROUTER : 0), tlladdr, proxy ?
510 ((anycast || proxy || !tlladdr) ? 0 : ND_NA_FLAG_OVERRIDE) |
512 tlladdr, proxy ? (struct sockaddr *)&proxydl : NULL);
1208 * tlladdr - 1 if include target link-layer address
1217 int tlladdr, /* 1 if include target link-layer address */
1340 * "tlladdr" indicate
1212 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 130 milliseconds