MCPcopy Create free account
hub / github.com/F-Stack/f-stack / GetFragmentAddr

Function GetFragmentAddr

freebsd/netinet/libalias/alias_db.c:1738–1742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1736}
1737
1738void
1739GetFragmentAddr(struct alias_link *lnk, struct in_addr *src_addr)
1740{
1741 *src_addr = lnk->data.frag_addr;
1742}
1743
1744void
1745SetFragmentPtr(struct alias_link *lnk, void *fptr)

Callers 1

FragmentInFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected