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

Function AddFragmentPtrLink

freebsd/netinet/libalias/alias_db.c:1395–1404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1393}
1394
1395struct alias_link *
1396AddFragmentPtrLink(struct libalias *la, struct in_addr dst_addr,
1397 u_short ip_id)
1398{
1399
1400 LIBALIAS_LOCK_ASSERT(la);
1401 return AddLink(la, la->nullAddress, dst_addr, la->nullAddress,
1402 NO_SRC_PORT, NO_DEST_PORT, ip_id,
1403 LINK_FRAGMENT_PTR);
1404}
1405
1406struct alias_link *
1407FindFragmentPtr(struct libalias *la, struct in_addr dst_addr,

Callers 1

LibAliasSaveFragmentFunction · 0.85

Calls 1

AddLinkFunction · 0.85

Tested by

no test coverage detected