diff options
author | Martin Mares <mj@ucw.cz> | 1998-06-17 16:26:30 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-06-17 16:26:30 +0200 |
commit | 6b5e06abb57528a091fd171dff379634fa7c4dad (patch) | |
tree | 2c001baa8a929302c7183fc3fcff5a8047fb45d5 /lib/ipv4.h | |
parent | 620a355a15d65a8a2980f98b2de3e7d04c3dab62 (diff) | |
download | bird-6b5e06abb57528a091fd171dff379634fa7c4dad.tar bird-6b5e06abb57528a091fd171dff379634fa7c4dad.zip |
Added function for converting of IP addresses to printable form.
Diffstat (limited to 'lib/ipv4.h')
-rw-r--r-- | lib/ipv4.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ typedef u32 ip_addr; #endif #define BITS_PER_IP_ADDRESS 32 +#define STD_ADDRESS_P_LENGTH 15 #define IPA_NONE (_MI(0)) |