MCPcopy 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
1888struct in_addr
1889GetProxyAddress(struct alias_link *lnk)
1890{
1891 return (lnk->proxy_addr);
1892}
1893
1894void
1895SetProxyAddress(struct alias_link *lnk, struct in_addr addr)

Callers 3

ProxyEncodeTcpStreamFunction · 0.85
UdpAliasInFunction · 0.85
TcpAliasInFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected