Home | History | Annotate | Download | only in pppd

Lines Matching refs:ho

902     ipv6cp_options *ho = &ipv6cp_hisoptions[f->unit];
918 BZERO(ho, sizeof(*ho));
985 ho->neg_ifaceid = 1;
986 ho->hisid = ifaceid;
1005 ho->neg_vj = 1;
1006 ho->vj_protocol = cishort;
1059 if (rc != CONFREJ && !ho->neg_ifaceid &&
1173 ipv6cp_options *ho = &ipv6cp_hisoptions[f->unit];
1182 if (!ho->neg_ifaceid)
1183 ho->hisid = wo->hisid;
1186 if (eui64_iszero(ho->hisid)) {
1196 if (eui64_equals(go->ourid, ho->hisid)) {
1203 script_setenv("LLREMOTE", llv6_ntoa(ho->hisid), 0);
1207 sif6comp(f->unit, ho->neg_vj);
1217 ! eui64_equals(ho->hisid, wo->hisid)) {
1221 if (! eui64_equals(ho->hisid, wo->hisid))
1223 llv6_ntoa(ho->hisid));
1224 ipv6cp_clear_addrs(f->unit, go->ourid, ho->hisid);
1227 if (!sif6addr(f->unit, go->ourid, ho->hisid)) {
1247 if (!sif6addr(f->unit, go->ourid, ho->hisid)) {
1256 notice("remote LL address %s", llv6_ntoa(ho->hisid));