Searched refs:hisid (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dipv6cp.h184 eui64_t ourid, hisid; /* Interface identifiers */ member in struct:ipv6cp_options
H A Dipv6cp.c417 eui64_copy(addr.s6_addr32[2], wo->hisid);
442 printer(arg, "%s", llv6_ntoa(wo->hisid));
591 eui64_zero(go->hisid); /* last proposed interface identifier */
786 eui64_equals(ifaceid, go->hisid)) /* bad luck */
838 eui64_equals(ifaceid, go->hisid)) /* bad luck */
1013 if (!eui64_iszero(wo->hisid) &&
1014 !eui64_equals(ifaceid, wo->hisid) &&
1015 eui64_iszero(go->hisid)) {
1018 ifaceid = wo->hisid;
1019 go->hisid
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/python/
H A DPyProperty.cpp50 int myid, hisid; local
56 hisid = other->GetId();
57 if (myid < hisid)
59 else if (myid == hisid)

Completed in 217 milliseconds