Searched refs:e_hopcount (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/gnu/usr.sbin/sendmail/sendmail/ |
| D | headers.c | 941 if (hopcnt > e->e_hopcount) 943 e->e_hopcount = hopcnt; 944 (void) sm_snprintf(buf, sizeof(buf), "%d", e->e_hopcount);
|
| D | envelope.c | 789 (void) sm_snprintf(buf, sizeof(buf), "%d", e->e_hopcount);
|
| D | main.c | 882 BlankEnvelope.e_hopcount = (short) strtol(optarg, &ep, 885 BlankEnvelope.e_hopcount);
|
| D | sendmail.h | 898 short e_hopcount; /* number of times processed */ member
|
| D | deliver.c | 144 if (e->e_hopcount > MaxHopCount) 159 e->e_hopcount, MaxHopCount, e->e_from.q_paddr,
|