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

Function FindFragmentIn2

freebsd/netinet/libalias/alias_db.c:1382–1393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1380}
1381
1382struct alias_link *
1383FindFragmentIn2(struct libalias *la, struct in_addr dst_addr, /* Doesn't add a link if
1384 * one */
1385 struct in_addr alias_addr, /* is not found. */
1386 u_short ip_id)
1387{
1388
1389 LIBALIAS_LOCK_ASSERT(la);
1390 return FindLinkIn(la, dst_addr, alias_addr,
1391 NO_DEST_PORT, ip_id,
1392 LINK_FRAGMENT_ID, 0);
1393}
1394
1395struct alias_link *
1396AddFragmentPtrLink(struct libalias *la, struct in_addr dst_addr,

Callers 1

FragmentInFunction · 0.85

Calls 1

FindLinkInFunction · 0.85

Tested by

no test coverage detected