HomeSort by: relevance | last modified time | path
    Searched defs:tlladdr (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet6/
nd6_nbr.c 115 int tlladdr; local in function:nd6_ns_input
209 tlladdr = 0;
213 tlladdr = 0;
215 tlladdr = 1;
361 ((anycast || proxy || !tlladdr) ? 0 : ND_NA_FLAG_OVERRIDE) |
363 tlladdr, (const struct sockaddr *)proxydl);
370 ((anycast || proxy || !tlladdr) ? 0 : ND_NA_FLAG_OVERRIDE) |
372 tlladdr, (const struct sockaddr *)proxydl);
900 int tlladdr, /* 1 if include target link-layer address */
996 * "tlladdr" indicates NS's condition for adding tlladdr or not
    [all...]
nd6_nbr.c 115 int tlladdr; local in function:nd6_ns_input
209 tlladdr = 0;
213 tlladdr = 0;
215 tlladdr = 1;
361 ((anycast || proxy || !tlladdr) ? 0 : ND_NA_FLAG_OVERRIDE) |
363 tlladdr, (const struct sockaddr *)proxydl);
370 ((anycast || proxy || !tlladdr) ? 0 : ND_NA_FLAG_OVERRIDE) |
372 tlladdr, (const struct sockaddr *)proxydl);
900 int tlladdr, /* 1 if include target link-layer address */
996 * "tlladdr" indicates NS's condition for adding tlladdr or not
    [all...]
nd6_nbr.c 115 int tlladdr; local in function:nd6_ns_input
209 tlladdr = 0;
213 tlladdr = 0;
215 tlladdr = 1;
361 ((anycast || proxy || !tlladdr) ? 0 : ND_NA_FLAG_OVERRIDE) |
363 tlladdr, (const struct sockaddr *)proxydl);
370 ((anycast || proxy || !tlladdr) ? 0 : ND_NA_FLAG_OVERRIDE) |
372 tlladdr, (const struct sockaddr *)proxydl);
900 int tlladdr, /* 1 if include target link-layer address */
996 * "tlladdr" indicates NS's condition for adding tlladdr or not
    [all...]

Completed in 34 milliseconds