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

  /src/sbin/ifconfig/
af_inet6.c 267 u_int32_t scopeid; local in function:in6_alias
273 scopeid = sin6->sin6_scope_id;
296 if (scopeid)
297 printf(" scopeid 0x%x", scopeid);
  /src/lib/libc/net/
getaddrinfo.c 1437 uint32_t scopeid;
1443 if (ip6_str2scopeid(scope, sin6, &scopeid) == -1) {
1447 sin6->sin6_scope_id = scopeid;
1646 ip6_str2scopeid(const char *scope, struct sockaddr_in6 *sin6, uint32_t *scopeid)
1654 _DIAGASSERT(scopeid != NULL);
1658 /* empty scopeid portion is invalid */
1668 *scopeid = if_nametoindex(scope);
1669 if (*scopeid == 0)
1686 *scopeid = (uint32_t)(lscopeid & 0xffffffffUL);
1687 if (errno == 0 && ep && *ep == '\0' && *scopeid == lscopeid
    [all...]
  /src/usr.sbin/ndp/
ndp.c 541 uint16_t scopeid = mysin->sin6_scope_id; local in function:do_foreach
544 if (scopeid == 0)
552 /* Restore scopeid */

Completed in 16 milliseconds