Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ GetProxyPort
Function
GetProxyPort
freebsd/netinet/libalias/alias_db.c:1900–1904 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1898
}
1899
1900
u_short
1901
GetProxyPort(struct alias_link *lnk)
1902
{
1903
return (lnk->proxy_port);
1904
}
1905
1906
void
1907
SetProxyPort(struct alias_link *lnk, u_short port)
Callers
3
ProxyEncodeTcpStream
Function · 0.85
UdpAliasIn
Function · 0.85
TcpAliasIn
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected