Home | History | Annotate | Download | only in pppd

Lines Matching refs:ho

910     ipv6cp_options *ho = &ipv6cp_hisoptions[f->unit];
926 BZERO(ho, sizeof(*ho));
1000 ho->neg_ifaceid = 1;
1001 ho->hisid = ifaceid;
1020 ho->neg_vj = 1;
1021 ho->vj_protocol = cishort;
1074 if (rc != CONFREJ && !ho->neg_ifaceid &&
1274 ipv6cp_options *ho = &ipv6cp_hisoptions[f->unit];
1284 if (!eui64_iszero(wo->hisid) && !wo->accept_remote && (!ho->neg_ifaceid || !eui64_equals(ho->hisid, wo->hisid))) {
1289 if (!ho->neg_ifaceid)
1290 ho->hisid = wo->hisid;
1293 if (eui64_iszero(ho->hisid) && !ipv6cp_noremote) {
1303 if (eui64_equals(go->ourid, ho->hisid)) {
1310 if (!eui64_iszero(ho->hisid))
1311 ppp_script_setenv("LLREMOTE", llv6_ntoa(ho->hisid), 0);
1315 sif6comp(f->unit, ho->neg_vj);
1325 ! eui64_equals(ho->hisid, wo->hisid)) {
1329 if (! eui64_equals(ho->hisid, wo->hisid))
1331 llv6_ntoa(ho->hisid));
1335 if (!sif6addr(f->unit, go->ourid, ho->hisid)) {
1344 if (sif6defaultroute(f->unit, go->ourid, ho->hisid))
1359 if (!sif6addr(f->unit, go->ourid, ho->hisid)) {
1369 if (sif6defaultroute(f->unit, go->ourid, ho->hisid))
1373 if (!eui64_iszero(ho->hisid))
1374 notice("remote LL address %s", llv6_ntoa(ho->hisid));