Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ GetProxyAddress
Function
GetProxyAddress
freebsd/netinet/libalias/alias_db.c:1888–1892 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1886
}
1887
1888
struct in_addr
1889
GetProxyAddress(struct alias_link *lnk)
1890
{
1891
return (lnk->proxy_addr);
1892
}
1893
1894
void
1895
SetProxyAddress(struct alias_link *lnk, struct in_addr addr)
Callers
3
ProxyEncodeTcpStream
Function · 0.85
UdpAliasIn
Function · 0.85
TcpAliasIn
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected