mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
PR406 - Added INET_ADDRSTRLEN per the SUSv3 standard.
This commit is contained in:
@@ -149,6 +149,11 @@
|
||||
#define IPPROTO_RAW 255 /* raw IP packet */
|
||||
#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:
|
||||
|
||||
Reference in New Issue
Block a user