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

  /src/external/bsd/ppp/dist/pppd/
ipcp.h 103 extern ipcp_options ipcp_hisoptions[];
ipcp.c 74 ipcp_options ipcp_hisoptions[NUM_PPP]; /* Options that we ack'd */ variable
717 BZERO(&ipcp_hisoptions[f->unit], sizeof(ipcp_options));
730 ipcp_options *ho = &ipcp_hisoptions[f->unit];
1446 ipcp_options *ho = &ipcp_hisoptions[f->unit];
1808 ipcp_options *ho = &ipcp_hisoptions[f->unit];
2051 ipcp_hisoptions[f->unit].hisaddr, 0);
2139 slprintf(strremote, sizeof(strremote), "%I", ipcp_hisoptions[0].hisaddr);

Completed in 74 milliseconds