Home
last modified time | relevance | path

Searched refs:cttl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Ddomain.c1364 unsigned int cttl; local
1367 cttl = *pttl;
1369 cttl = ttl;
1371 cttl = SM_DEFAULT_TTL;
1384 cttl, port);
1395 cttl, port);
/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c3180 u_char cttl;
3223 cttl = (u_char)ttl;
3226 (void *)&cttl,
3227 sizeof(cttl));
3143 u_char cttl; global() local