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

Function SetAckModified

freebsd/netinet/libalias/alias_db.c:1881–1886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1879#endif
1880
1881void
1882SetAckModified(struct alias_link *lnk)
1883{
1884/* Indicate that ACK numbers have been modified in a TCP connection */
1885 lnk->data.tcp->state.ack_modified = 1;
1886}
1887
1888struct in_addr
1889GetProxyAddress(struct alias_link *lnk)

Callers 4

NewFtpMessageFunction · 0.85
AliasHandleIrcOutFunction · 0.85
alias_rtsp_outFunction · 0.85
ProxyEncodeTcpStreamFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected