Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ scope6_get_default
Function
scope6_get_default
freebsd/netinet6/scope6.c:276–285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
274
}
275
276
int
277
scope6_get_default(struct scope6_id *idlist)
278
{
279
280
SCOPE6_LOCK();
281
*idlist = V_sid_default;
282
SCOPE6_UNLOCK();
283
284
return (0);
285
}
286
287
u_int32_t
288
scope6_addr2default(struct in6_addr *addr)
Callers
1
scope6_ioctl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected