mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-28 00:15:16 +00:00
add definitions for PF_UNSPEC and IPPROTO_IP
This commit is contained in:
parent
9bc16878ea
commit
1204e461c8
@ -108,7 +108,9 @@ struct linger {
|
||||
#define AF_UNSPEC 0
|
||||
#define AF_INET 2
|
||||
#define PF_INET AF_INET
|
||||
#define PF_UNSPEC AF_UNSPEC
|
||||
|
||||
#define IPPROTO_IP 0
|
||||
#define IPPROTO_TCP 6
|
||||
#define IPPROTO_UDP 17
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user