From f390d2c7839c04100e4de8246215ce10ea96b653 Mon Sep 17 00:00:00 2001 From: hasso Date: Fri, 10 Sep 2004 20:48:21 +0000 Subject: Indentation only. No any functional changes. --- isisd/isis_misc.h | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) (limited to 'isisd/isis_misc.h') diff --git a/isisd/isis_misc.h b/isisd/isis_misc.h index ca0c0ae3..75c8d8b4 100644 --- a/isisd/isis_misc.h +++ b/isisd/isis_misc.h @@ -28,7 +28,8 @@ int dotformat2buff (u_char *, u_char *); int string2circuit_t (u_char *); const char *circuit_t2string (int); const char *syst2string (int); -struct in_addr newprefix2inaddr (u_char *prefix_start, u_char prefix_masklen); +struct in_addr newprefix2inaddr (u_char * prefix_start, + u_char prefix_masklen); /* * Converting input to memory stored format * return value of 0 indicates wrong input @@ -41,41 +42,38 @@ int sysid2buff (u_char *, u_char *); */ char *isonet_print (u_char *, int len); char *sysid_print (u_char *); -char *snpa_print (u_char *); +char *snpa_print (u_char *); char *rawlspid_print (u_char *); char *time2string (u_int32_t); /* typedef struct nlpids nlpids; */ char *nlpid2string (struct nlpids *); - /* * misc functions */ -int speaks (struct nlpids *nlpids, int family); +int speaks (struct nlpids *nlpids, int family); unsigned long isis_jitter (unsigned long timer, unsigned long jitter); -const char * unix_hostname(void); - +const char *unix_hostname (void); /* * macros */ #define GETSYSID(A,L) (A->area_addr + (A->addr_len - (L + 1))) - /* staticly assigned vars for printing purposes */ -struct in_addr new_prefix; +struct in_addr new_prefix; /* len of xxxx.xxxx.xxxx + place for #0 termination */ -char sysid[15]; +char sysid[15]; /* len of xxxx.xxxx.xxxx + place for #0 termination */ -char snpa[15]; +char snpa[15]; /* len of xx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xx */ -char isonet[51]; +char isonet[51]; /* + place for #0 termination */ /* len of xxxx.xxxx.xxxx.xx.xx + place for #0 termination */ -char lspid[21]; +char lspid[21]; /* len of xxYxxMxWxdxxhxxmxxs + place for #0 termination */ -char datestring[20]; -char nlpidstring[30]; +char datestring[20]; +char nlpidstring[30]; /* used for calculating nice string representation instead of plain seconds */ @@ -86,11 +84,11 @@ char nlpidstring[30]; #define SECS_PER_MONTH 2628000 #define SECS_PER_YEAR 31536000 -enum { +enum +{ ISIS_UI_LEVEL_BRIEF, ISIS_UI_LEVEL_DETAIL, ISIS_UI_LEVEL_EXTENSIVE, }; - -#endif +#endif -- cgit v1.2.1