confid 121 net/if_sppp.h u_char confid[IDX_COUNT]; /* id of last configuration request */
confid 1334 net/if_spppsubr.c if (h->ident != sp->confid[cp->protoidx]) {
confid 1338 net/if_spppsubr.c h->ident, sp->confid[cp->protoidx]);
confid 1381 net/if_spppsubr.c if (h->ident != sp->confid[cp->protoidx]) {
confid 1385 net/if_spppsubr.c h->ident, sp->confid[cp->protoidx]);
confid 2489 net/if_spppsubr.c sp->confid[IDX_LCP] = ++sp->pp_seq;
confid 2490 net/if_spppsubr.c sppp_cp_send (sp, PPP_LCP, CONF_REQ, sp->confid[IDX_LCP], i, &opt);
confid 2970 net/if_spppsubr.c sp->confid[IDX_IPCP] = ++sp->pp_seq;
confid 2971 net/if_spppsubr.c sppp_cp_send(sp, PPP_IPCP, CONF_REQ, sp->confid[IDX_IPCP], i, &opt);
confid 3198 net/if_spppsubr.c if (h->ident != sp->confid[IDX_CHAP]) {
confid 3204 net/if_spppsubr.c h->ident, sp->confid[IDX_CHAP]);
confid 3448 net/if_spppsubr.c sp->confid[IDX_CHAP] = ++sp->pp_seq;
confid 3450 net/if_spppsubr.c sppp_auth_send(&chap, sp, CHAP_CHALLENGE, sp->confid[IDX_CHAP],
confid 3761 net/if_spppsubr.c sp->confid[IDX_PAP] = ++sp->pp_seq;
confid 3765 net/if_spppsubr.c sppp_auth_send(&pap, sp, PAP_REQ, sp->confid[IDX_PAP],