HomeSort by: relevance | last modified time | path
    Searched refs:confid (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_spppvar.h 115 u_char confid; /* local id of last configuration request */ member in struct:sppp_cp
if_spppsubr.c 1613 if (h->ident != scp->confid) {
1615 cp->name, h->ident, scp->confid);
1623 if (h->ident != scp->confid) {
1625 cp->name, h->ident, scp->confid);
1640 if (h->ident != scp->confid &&
1644 cp->name, h->ident, scp->confid,
3299 sp->scp[IDX_LCP].confid = ++sp->scp[IDX_LCP].seq;
3300 sppp_cp_send(sp, PPP_LCP, CONF_REQ, sp->scp[IDX_LCP].confid, i, &opt);
3972 sp->scp[IDX_IPCP].confid = ++sp->scp[IDX_IPCP].seq;
3973 sppp_cp_send(sp, PPP_IPCP, CONF_REQ, sp->scp[IDX_IPCP].confid, i, &opt)
    [all...]

Completed in 286 milliseconds