* netinet/in.h:
	PR406 - Added INET_ADDRSTRLEN per the SUSv3 standard.
This commit is contained in:
Chris Johns
2003-05-15 12:04:08 +00:00
parent a6242fa5d6
commit 07f5f5dc02

View File

@@ -149,6 +149,11 @@
#define IPPROTO_RAW 255 /* raw IP packet */ #define IPPROTO_RAW 255 /* raw IP packet */
#define IPPROTO_MAX 256 #define IPPROTO_MAX 256
/*
* Merged from FreeBSD 1.78 of this file so Python compiles.
* This is a size value for functions such as inet_ntop().
*/
#define INET_ADDRSTRLEN 16
/* /*
* Local port number conventions: * Local port number conventions: