MCPcopy 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
1900u_short
1901GetProxyPort(struct alias_link *lnk)
1902{
1903 return (lnk->proxy_port);
1904}
1905
1906void
1907SetProxyPort(struct alias_link *lnk, u_short port)

Callers 3

ProxyEncodeTcpStreamFunction · 0.85
UdpAliasInFunction · 0.85
TcpAliasInFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected