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

Function GetDestAddress

freebsd/netinet/libalias/alias_db.c:1829–1833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1827}
1828
1829struct in_addr
1830GetDestAddress(struct alias_link *lnk)
1831{
1832 return (lnk->dst_addr);
1833}
1834
1835struct in_addr
1836GetAliasAddress(struct alias_link *lnk)

Callers 5

NewFtpMessageFunction · 0.85
PunchFWHoleFunction · 0.85
AliasHandlePptpOutFunction · 0.85
AliasHandlePptpInFunction · 0.85
alias_pna_outFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected