White space cleanup --
remove trailing tab's or spaces from any line. Sponsored by: Netflix Inc.
This commit is contained in:
parent
301991542a
commit
0dfcaa0211
|
@ -323,8 +323,8 @@ __END_DECLS
|
||||||
* Default local port range, used by IP_PORTRANGE_DEFAULT
|
* Default local port range, used by IP_PORTRANGE_DEFAULT
|
||||||
*/
|
*/
|
||||||
#define IPPORT_EPHEMERALFIRST 10000
|
#define IPPORT_EPHEMERALFIRST 10000
|
||||||
#define IPPORT_EPHEMERALLAST 65535
|
#define IPPORT_EPHEMERALLAST 65535
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Dynamic port range, used by IP_PORTRANGE_HIGH.
|
* Dynamic port range, used by IP_PORTRANGE_HIGH.
|
||||||
*/
|
*/
|
||||||
|
@ -381,7 +381,7 @@ __END_DECLS
|
||||||
(((in_addr_t)(i) & 0xffff0000) == 0xc0a80000))
|
(((in_addr_t)(i) & 0xffff0000) == 0xc0a80000))
|
||||||
|
|
||||||
#define IN_LOCAL_GROUP(i) (((in_addr_t)(i) & 0xffffff00) == 0xe0000000)
|
#define IN_LOCAL_GROUP(i) (((in_addr_t)(i) & 0xffffff00) == 0xe0000000)
|
||||||
|
|
||||||
#define IN_ANY_LOCAL(i) (IN_LINKLOCAL(i) || IN_LOCAL_GROUP(i))
|
#define IN_ANY_LOCAL(i) (IN_LINKLOCAL(i) || IN_LOCAL_GROUP(i))
|
||||||
|
|
||||||
#define INADDR_LOOPBACK ((in_addr_t)0x7f000001)
|
#define INADDR_LOOPBACK ((in_addr_t)0x7f000001)
|
||||||
|
|
|
@ -333,7 +333,7 @@ struct tcp_info {
|
||||||
u_int32_t tcpi_snd_rexmitpack; /* Retransmitted packets */
|
u_int32_t tcpi_snd_rexmitpack; /* Retransmitted packets */
|
||||||
u_int32_t tcpi_rcv_ooopack; /* Out-of-order packets */
|
u_int32_t tcpi_rcv_ooopack; /* Out-of-order packets */
|
||||||
u_int32_t tcpi_snd_zerowin; /* Zero-sized windows sent */
|
u_int32_t tcpi_snd_zerowin; /* Zero-sized windows sent */
|
||||||
|
|
||||||
/* Padding to grow without breaking ABI. */
|
/* Padding to grow without breaking ABI. */
|
||||||
u_int32_t __tcpi_pad[26]; /* Padding. */
|
u_int32_t __tcpi_pad[26]; /* Padding. */
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue