Home
last modified time | relevance | path

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

/netbsd/src/sys/net/
Dif_spppvar.h116 u_char rconfid; /* remote id of last configuration request */ member
Dif_spppsubr.c1606 scp->rconfid = h->ident; in sppp_cp_input()
2139 ident = scp->rconfid; in sppp_rcr_event()
2165 sp->scp[cp->protoidx].rconfid, 0, 0); in sppp_rca_event()
2236 scp->rconfid, 0, 0); in sppp_rcn_event()
4667 sp->scp[IDX_CHAP].rconfid = h->ident; in sppp_chap_input()
4682 if (h->ident != sp->scp[IDX_CHAP].rconfid) { in sppp_chap_input()
4685 sp->scp[IDX_CHAP].rconfid); in sppp_chap_input()
4716 if (h->ident != sp->scp[IDX_CHAP].rconfid) { in sppp_chap_input()
4718 chap.name, h->ident, sp->scp[IDX_CHAP].rconfid); in sppp_chap_input()
4783 sp->scp[IDX_CHAP].rconfid = h->ident; in sppp_chap_input()
[all …]