include: Fix typo in IN4ADDR_LOOPBACK_INIT.
This commit is contained in:
parent
87a3357900
commit
6521c09d3a
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ struct tcp_keepalive
|
|||
#define RCVALL_SOCKETLEVELONLY 2
|
||||
|
||||
#define IN4ADDR_ANY_INIT { 0, 0, 0, 0 }
|
||||
#define IN4ADDR_LOOPBACK_INIT { 126, 0, 0, 1 }
|
||||
#define IN4ADDR_LOOPBACK_INIT { 127, 0, 0, 1 }
|
||||
#define IN4ADDR_BROADCAST_INIT { 255, 255, 255, 255 }
|
||||
#define IN4ADDR_ALLNODESONLINK_INIT { 224, 0, 0, 1 }
|
||||
#define IN4ADDR_ALLROUTERSONLINK_INIT { 224, 0, 0, 2 }
|
||||
|
@ -74,7 +74,7 @@ struct tcp_keepalive
|
|||
#define WS_RCVALL_SOCKETLEVELONLY 2
|
||||
|
||||
#define WS_IN4ADDR_ANY_INIT { 0, 0, 0, 0 }
|
||||
#define WS_IN4ADDR_LOOPBACK_INIT { 126, 0, 0, 1 }
|
||||
#define WS_IN4ADDR_LOOPBACK_INIT { 127, 0, 0, 1 }
|
||||
#define WS_IN4ADDR_BROADCAST_INIT { 255, 255, 255, 255 }
|
||||
#define WS_IN4ADDR_ALLNODESONLINK_INIT { 224, 0, 0, 1 }
|
||||
#define WS_IN4ADDR_ALLROUTERSONLINK_INIT { 224, 0, 0, 2 }
|
||||
|
|
Loading…
Add table
Reference in a new issue