forked from Imagelibrary/rtems
applied patches for PR1117/1118/1119/1120
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
* Kernel variables for tcp.
|
||||
*/
|
||||
|
||||
#ifdef __BSD_VISIBLE
|
||||
/*
|
||||
* Tcp control block, one per tcp; fields:
|
||||
*/
|
||||
@@ -196,6 +197,7 @@ struct rmxp_tao {
|
||||
#define intotcpcb(ip) ((struct tcpcb *)(ip)->inp_ppcb)
|
||||
#define intotw(ip) ((struct tcptw *)(ip)->inp_ppcb)
|
||||
#define sototcpcb(so) (intotcpcb(sotoinpcb(so)))
|
||||
#endif /* __BSD_VISIBLE */
|
||||
|
||||
/*
|
||||
* The smoothed round-trip time and estimated variance
|
||||
|
||||
Reference in New Issue
Block a user