Home | History | Annotate | Download | only in pppd

Lines Matching defs:ho

893     ipv6cp_options *ho = &ipv6cp_hisoptions[f->unit];
909 BZERO(ho, sizeof(*ho));
976 ho->neg_ifaceid = 1;
977 ho->hisid = ifaceid;
996 ho->neg_vj = 1;
997 ho->vj_protocol = cishort;
1050 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)) {
1243 if (!sif6addr(f->unit, go->ourid, ho->hisid)) {
1269 if (!sif6addr(f->unit, go->ourid, ho->hisid)) {
1279 notice("remote LL address %s", llv6_ntoa(ho->hisid));