Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ LibAliasSetTarget
Function
LibAliasSetTarget
freebsd/netinet/libalias/alias_db.c:2384–2391 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2382
}
2383
2384
void
2385
LibAliasSetTarget(struct libalias *la, struct in_addr target_addr)
2386
{
2387
2388
LIBALIAS_LOCK(la);
2389
la->targetAddress = target_addr;
2390
LIBALIAS_UNLOCK(la);
2391
}
2392
2393
static void
2394
finishoff(void)
Callers
1
ng_nat_rcvmsg
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected