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

  /src/sys/net/
if_spppvar.h 114 u_char confid; /* local id of last configuration request */ member in struct:sppp_cp
if_spppsubr.c 1575 if (h->ident != scp->confid) {
1577 cp->name, h->ident, scp->confid);
1585 if (h->ident != scp->confid) {
1587 cp->name, h->ident, scp->confid);
1602 if (h->ident != scp->confid &&
1606 cp->name, h->ident, scp->confid,
3219 sp->scp[IDX_LCP].confid = ++sp->scp[IDX_LCP].seq;
3220 sppp_cp_send(sp, PPP_LCP, CONF_REQ, sp->scp[IDX_LCP].confid, i, &opt);
3913 sp->scp[IDX_IPCP].confid = ++sp->scp[IDX_IPCP].seq;
3914 sppp_cp_send(sp, PPP_IPCP, CONF_REQ, sp->scp[IDX_IPCP].confid, i, &opt)
    [all...]

Completed in 18 milliseconds