| 1879 | #endif |
| 1880 | |
| 1881 | void |
| 1882 | SetAckModified(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 | |
| 1888 | struct in_addr |
| 1889 | GetProxyAddress(struct alias_link *lnk) |
no outgoing calls
no test coverage detected