Home
last modified time | relevance | path

Searched refs:hopcount (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/ucblib/libtermcap/
H A Dtermcap.c49 static int hopcount; /* detect infinite loops in termcap, init 0 */ variable
177 if (++hopcount > MAXHOP) { in tnchktc()
182 hopcount = 0; /* unwind recursion */ in tnchktc()
194 hopcount = 0; /* unwind recursion */ in tnchktc()
/illumos-gate/usr/src/cmd/captoinfo/
H A Dotermcap.c77 static int hopcount; /* detect infinite loops in termcap, init 0 */ variable
101 hopcount = 0; in otgetent()
228 if (++hopcount > MAXHOP) { in otnchktc()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dinput.c43 static void rip_input(struct sockaddr_in6 *from, int size, uint_t hopcount,
126 rip_input(struct sockaddr_in6 *from, int size, uint_t hopcount, in rip_input() argument
271 if (hopcount != IPV6_MAX_HOPS) { in rip_input()
275 hopcount, buf1); in rip_input()
/illumos-gate/usr/src/cmd/vgrind/
H A Dvgrindefs.c30 static int hopcount; /* detect infinite loops in termcap, init 0 */ variable
132 if (++hopcount > MAXHOP) { in tnchktc()
/illumos-gate/usr/src/cmd/tip/
H A Dremcap.c62 static int hopcount; /* detect infinite loops in termcap, init 0 */ variable
239 if (++hopcount > MAXHOP) { in tnchktc()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_re.c259 int gsubf, hopcount; in substitute() local
267 scount = hopcount = 0; in substitute()
275 hopcount = 0; in substitute()
277 if (++hopcount > sizeof linebuf) in substitute()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c875 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()