Lines Matching defs:ident

188 	u_char ident;
273 u_char ident, u_short len, void *data);
1433 u_char ident, u_short len, void *data)
1455 lh->ident = ident;
1464 sppp_cp_type_name (lh->type), lh->ident,
1498 sppp_cp_type_name (h->type), h->ident, ntohs (h->len));
1521 sppp_cp_send(sp, cp->proto, TERM_ACK, h->ident,
1572 if (h->ident != sp->confid[cp->protoidx]) {
1576 h->ident, sp->confid[cp->protoidx]);
1583 sppp_cp_send(sp, cp->proto, TERM_ACK, h->ident, 0, 0);
1617 if (h->ident != sp->confid[cp->protoidx]) {
1621 h->ident, sp->confid[cp->protoidx]);
1633 sppp_cp_send(sp, cp->proto, TERM_ACK, h->ident, 0, 0);
1682 sppp_cp_send(sp, cp->proto, TERM_ACK, h->ident, 0, 0);
1856 sppp_cp_send (sp, PPP_LCP, ECHO_REPLY, h->ident, len-4, h+1);
1861 if (h->ident != sp->lcp.echoid) {
2361 sppp_cp_send (sp, PPP_LCP, CONF_REJ, h->ident, rlen, buf);
2480 sppp_cp_send(sp, PPP_LCP, CONF_REJ, h->ident, rlen, buf);
2484 sppp_cp_send (sp, PPP_LCP, CONF_NAK, h->ident, rlen, buf);
2492 h->ident, origlen, h+1);
3026 sppp_cp_send (sp, PPP_IPCP, CONF_REJ, h->ident, rlen, buf);
3137 sppp_cp_send (sp, PPP_IPCP, CONF_NAK, h->ident, rlen, buf);
3142 h->ident, origlen, h+1);
3554 sppp_cp_send (sp, PPP_IPV6CP, CONF_REJ, h->ident, rlen, buf);
3628 sppp_cp_send (sp, PPP_IPV6CP, type, h->ident, origlen, h+1);
3640 sppp_cp_send (sp, PPP_IPV6CP, type, h->ident, rlen, buf);
4035 h->ident, ntohs(h->len));
4046 sppp_auth_type_name(PPP_CHAP, h->type), h->ident,
4056 MD5Update(&ctx, &h->ident, 1);
4063 sppp_auth_send(&chap, sp, CHAP_RESPONSE, h->ident,
4126 h->ident, ntohs(h->len));
4132 if (h->ident != sp->confid[IDX_CHAP]) {
4138 h->ident, sp->confid[IDX_CHAP]);
4157 h->ident, ntohs (h->len));
4174 MD5Update(&ctx, &h->ident, 1);
4186 sppp_auth_send(&chap, sp, CHAP_FAILURE, h->ident,
4195 sppp_auth_send(&chap, sp, CHAP_SUCCESS, h->ident,
4211 h->type, h->ident, ntohs(h->len));
4434 h->ident, ntohs(h->len));
4446 h->ident, ntohs(h->len));
4458 sppp_auth_send(&pap, sp, PAP_NAK, h->ident,
4469 sppp_auth_send(&pap, sp, PAP_ACK, h->ident,
4533 h->type, h->ident, ntohs(h->len));
4736 lh->ident = id;
4763 lh->ident, ntohs(lh->len));