Home
last modified time | relevance | path

Searched refs:e_hopcount (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dheaders.c941 if (hopcnt > e->e_hopcount)
943 e->e_hopcount = hopcnt;
944 (void) sm_snprintf(buf, sizeof(buf), "%d", e->e_hopcount);
Denvelope.c789 (void) sm_snprintf(buf, sizeof(buf), "%d", e->e_hopcount);
Dmain.c882 BlankEnvelope.e_hopcount = (short) strtol(optarg, &ep,
885 BlankEnvelope.e_hopcount);
Dsendmail.h898 short e_hopcount; /* number of times processed */ member
Ddeliver.c144 if (e->e_hopcount > MaxHopCount)
159 e->e_hopcount, MaxHopCount, e->e_from.q_paddr,