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

Function FindFragmentPtr

freebsd/netinet/libalias/alias_db.c:1406–1415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1404}
1405
1406struct alias_link *
1407FindFragmentPtr(struct libalias *la, struct in_addr dst_addr,
1408 u_short ip_id)
1409{
1410
1411 LIBALIAS_LOCK_ASSERT(la);
1412 return FindLinkIn(la, dst_addr, la->nullAddress,
1413 NO_DEST_PORT, ip_id,
1414 LINK_FRAGMENT_PTR, 0);
1415}
1416
1417struct alias_link *
1418FindProtoIn(struct libalias *la, struct in_addr dst_addr,

Callers 1

LibAliasGetFragmentFunction · 0.85

Calls 1

FindLinkInFunction · 0.85

Tested by

no test coverage detected