MCPcopy 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
2384void
2385LibAliasSetTarget(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
2393static void
2394finishoff(void)

Callers 1

ng_nat_rcvmsgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected