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

Function SetProxyAddress

freebsd/netinet/libalias/alias_db.c:1894–1898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1892}
1893
1894void
1895SetProxyAddress(struct alias_link *lnk, struct in_addr addr)
1896{
1897 lnk->proxy_addr = addr;
1898}
1899
1900u_short
1901GetProxyPort(struct alias_link *lnk)

Callers 2

UdpAliasOutFunction · 0.85
TcpAliasOutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected