Home | History | Annotate | Download | only in ppp

Lines Matching refs:ho

307   ipcp_options *ho = &ipcp_hisoptions[f->unit];
329 if (ho->neg_vj && ho->old_vj) {
332 go->vj_protocol = ho->vj_protocol;
872 ipcp_options *ho = &ipcp_hisoptions[f->unit];
897 BZERO(ho, sizeof(*ho));
976 ho->neg_addr = 1;
977 ho->old_addrs = 1;
978 ho->hisaddr = ciaddr1;
979 ho->ouraddr = ciaddr2;
1021 ho->neg_addr = 1;
1022 ho->hisaddr = ciaddr1;
1090 ho->neg_vj = 1;
1091 ho->vj_protocol = cishort;
1111 ho->maxslotindex = maxslotindex;
1112 ho->cflag = cflag;
1114 ho->old_vj = 1;
1115 ho->maxslotindex = MAX_SLOTS - 1;
1116 ho->cflag = 1;
1120 ho->vj_protocol, ho->old_vj, ho->maxslotindex, ho->cflag));
1172 if (rc != CONFREJ && !ho->neg_addr &&
1223 ipcp_options *ho = &ipcp_hisoptions[f->unit];
1233 if (!ho->neg_addr) {
1234 ho->hisaddr = wo->hisaddr;
1237 if (ho->hisaddr == 0) {
1255 if (!auth_ip_addr(f->unit, ho->hisaddr)) {
1257 inet_ntoa(ho->hisaddr)));
1263 sifvjcomp(f->unit, ho->neg_vj, ho->cflag, ho->maxslotindex);
1270 if (!sifaddr(f->unit, go->ouraddr, ho->hisaddr, mask, go->dnsaddr[0], go->dnsaddr[1])) {
1287 if (sifdefaultroute(f->unit, go->ouraddr, ho->hisaddr)) {
1293 IPCPDEBUG(LOG_NOTICE, ("remote IP address %s\n", inet_ntoa(ho->hisaddr)));