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

/illumos-gate/usr/src/ucblib/libtermcap/
H A Dtermcap.c51 static int hopcount; /* detect infinite loops in termcap, init 0 */ variable
179 if (++hopcount > MAXHOP) {
184 hopcount = 0; /* unwind recursion */
196 hopcount = 0; /* unwind recursion */
/illumos-gate/usr/src/cmd/vgrind/
H A Dvgrindefs.c32 static int hopcount; /* detect infinite loops in termcap, init 0 */ variable
134 if (++hopcount > MAXHOP) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dinput.c45 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, argument
273 if (hopcount != IPV6_MAX_HOPS) {
277 hopcount, buf1);
/illumos-gate/usr/src/cmd/captoinfo/
H A Dotermcap.c79 static int hopcount; /* detect infinite loops in termcap, init 0 */ variable
103 hopcount = 0;
230 if (++hopcount > MAXHOP) {
/illumos-gate/usr/src/cmd/tip/
H A Dremcap.c65 static int hopcount; /* detect infinite loops in termcap, init 0 */ variable
242 if (++hopcount > MAXHOP) {
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_re.c259 int gsubf, hopcount; local
267 scount = hopcount = 0;
275 hopcount = 0;
277 if (++hopcount > sizeof linebuf)
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c875 int hopcount = 1; local
888 * Set the hopcount to 1 so that probe packets are not routed.
939 (char *)&hopcount, sizeof (hopcount)) < 0) {
946 (char *)&hopcount, sizeof (hopcount)) < 0) {

Completed in 72 milliseconds