HomeSort by: relevance | last modified time | path
    Searched defs:scopeid (Results 1 - 2 of 2) 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/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 12 milliseconds