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

Function FindPptpInByPeerCallId

freebsd/netinet/libalias/alias_db.c:1615–1628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1613}
1614
1615struct alias_link *
1616FindPptpInByPeerCallId(struct libalias *la, struct in_addr dst_addr,
1617 struct in_addr alias_addr,
1618 u_int16_t alias_call_id)
1619{
1620 struct alias_link *lnk;
1621
1622 LIBALIAS_LOCK_ASSERT(la);
1623 lnk = FindLinkIn(la, dst_addr, alias_addr,
1624 0 /* any */ , alias_call_id,
1625 LINK_PPTP, 0);
1626
1627 return (lnk);
1628}
1629
1630struct alias_link *
1631FindRtspOut(struct libalias *la, struct in_addr src_addr,

Callers 2

AliasHandlePptpInFunction · 0.85
AliasHandlePptpGreInFunction · 0.85

Calls 1

FindLinkInFunction · 0.85

Tested by

no test coverage detected