MCPcopy 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
276int
277scope6_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
287u_int32_t
288scope6_addr2default(struct in6_addr *addr)

Callers 1

scope6_ioctlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected