Searched refs:e_hopcount (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | headers.c | 967 if (hopcnt > e->e_hopcount) 969 e->e_hopcount = hopcnt; 970 (void) sm_snprintf(buf, sizeof(buf), "%d", e->e_hopcount);
|
H A D | envelope.c | 798 (void) sm_snprintf(buf, sizeof(buf), "%d", e->e_hopcount);
|
H A D | main.c | 925 BlankEnvelope.e_hopcount = (short) strtol(optarg, &ep, 928 BlankEnvelope.e_hopcount);
|
H A D | sendmail.h | 1116 short e_hopcount; /* number of times processed */ member
|
H A D | deliver.c | 246 if (e->e_hopcount > MaxHopCount) 261 e->e_hopcount, MaxHopCount, e->e_from.q_paddr,
|