Searched refs:ato (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/netgraph/
H A Dng_pptpgre.c186 int32_t ato; /* adaptive time-out value */ member in struct:ng_pptpgre_sess
854 hpriv->ato = hpriv->rtt + PPTP_ACK_CHI(hpriv->dev + 2);
855 if (hpriv->ato > PPTP_MAX_TIMEOUT)
856 hpriv->ato = PPTP_MAX_TIMEOUT;
857 else if (hpriv->ato < PPTP_MIN_TIMEOUT)
858 hpriv->ato = PPTP_MIN_TIMEOUT;
1073 remain = (hpriv->timeSent[0] + hpriv->ato) - ng_pptpgre_time();
1097 hpriv->ato = hpriv->rtt + PPTP_ACK_CHI(hpriv->dev);
1098 if (hpriv->ato > PPTP_MAX_TIMEOUT)
1099 hpriv->ato
[all...]
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dacache.c985 krb5_acc *ato = ACACHE(to); local
988 if (ato->ccache == NULL) {
997 error = (*ato->context->func->create_new_ccache)(ato->context,
1000 &ato->ccache);
1006 error = (*ato->ccache->func->move)(afrom->ccache, ato->ccache);
/freebsd-12-stable/release/picobsd/tinyware/msh/
H A Dsh4.c36 _PROTOTYPE(char *memcopy, (char *ato, char *from, int nb ));
757 memcopy(ato, from, nb)
758 register char *ato, *from;
763 to = ato;
766 return(ato);

Completed in 163 milliseconds