| 1910 | } |
| 1911 | |
| 1912 | int |
| 1913 | GetAckModified(struct alias_link *lnk) |
| 1914 | { |
| 1915 | /* See if ACK numbers have been modified */ |
| 1916 | return (lnk->data.tcp->state.ack_modified); |
| 1917 | } |
| 1918 | |
| 1919 | // XXX ip free |
| 1920 | int |
no outgoing calls
no test coverage detected