Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c927 if (hopcnt > e->e_hopcount)
929 e->e_hopcount = hopcnt;
930 (void) sm_snprintf(buf, sizeof(buf), "%d", e->e_hopcount);
H A Denvelope.c788 (void) sm_snprintf(buf, sizeof(buf), "%d", e->e_hopcount);
H A Dmain.c884 BlankEnvelope.e_hopcount = (short) strtol(optarg, &ep,
887 BlankEnvelope.e_hopcount);
H A Dsendmail.h885 short e_hopcount; /* number of times processed */ member
H A Ddeliver.c142 if (e->e_hopcount > MaxHopCount)
157 e->e_hopcount, MaxHopCount, e->e_from.q_paddr,