tcp_seq.h (6d90faf3d8b13d43a3e9597b90d57115161435f3) | tcp_seq.h (c94c54e4df9ae401d299ca3b08f00acade2fccc8) |
---|---|
1/* 2 * Copyright (c) 1982, 1986, 1993, 1995 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 63 unchanged lines hidden (view full) --- 72 73#define tcp_sendseqinit(tp) \ 74 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \ 75 (tp)->snd_recover = (tp)->iss 76 77#define TCP_PAWS_IDLE (24 * 24 * 60 * 60 * hz) 78 /* timestamp wrap-around time */ 79 | 1/* 2 * Copyright (c) 1982, 1986, 1993, 1995 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 63 unchanged lines hidden (view full) --- 72 73#define tcp_sendseqinit(tp) \ 74 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \ 75 (tp)->snd_recover = (tp)->iss 76 77#define TCP_PAWS_IDLE (24 * 24 * 60 * 60 * hz) 78 /* timestamp wrap-around time */ 79 |
80#ifdef _KERNEL 81extern tcp_cc tcp_ccgen; /* global connection count */ 82#endif /* _KERNEL */ | |
83#endif /* _NETINET_TCP_SEQ_H_ */ | 80#endif /* _NETINET_TCP_SEQ_H_ */ |