Searched refs:hopcount (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/ucblib/libtermcap/ |
H A D | termcap.c | 51 static int hopcount; /* detect infinite loops in termcap, init 0 */ variable 179 if (++hopcount > MAXHOP) { in tnchktc() 184 hopcount = 0; /* unwind recursion */ in tnchktc() 196 hopcount = 0; /* unwind recursion */ in tnchktc()
|
/titanic_41/usr/src/cmd/captoinfo/ |
H A D | otermcap.c | 79 static int hopcount; /* detect infinite loops in termcap, init 0 */ variable 103 hopcount = 0; in otgetent() 230 if (++hopcount > MAXHOP) { in otnchktc()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | input.c | 45 static void rip_input(struct sockaddr_in6 *from, int size, uint_t hopcount, 128 rip_input(struct sockaddr_in6 *from, int size, uint_t hopcount, in rip_input() argument 273 if (hopcount != IPV6_MAX_HOPS) { in rip_input() 277 hopcount, buf1); in rip_input()
|
/titanic_41/usr/src/cmd/vgrind/ |
H A D | vgrindefs.c | 32 static int hopcount; /* detect infinite loops in termcap, init 0 */ variable 134 if (++hopcount > MAXHOP) { in tnchktc()
|
/titanic_41/usr/src/cmd/tip/ |
H A D | remcap.c | 65 static int hopcount; /* detect infinite loops in termcap, init 0 */ variable 242 if (++hopcount > MAXHOP) { in tnchktc()
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_re.c | 259 int gsubf, hopcount; in substitute() local 267 scount = hopcount = 0; in substitute() 275 hopcount = 0; in substitute() 277 if (++hopcount > sizeof linebuf) in substitute()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_tables.c | 875 int hopcount = 1; in phyint_inst_v6_sockinit() local 939 (char *)&hopcount, sizeof (hopcount)) < 0) { in phyint_inst_v6_sockinit() 946 (char *)&hopcount, sizeof (hopcount)) < 0) { in phyint_inst_v6_sockinit()
|