Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipv6cp.c876 eui64_copy(wo->hisid, ifaceid);
892 if (!eui64_iszero(wo->hisid) &&
894 eui64_iszero(go->hisid)) {
901 if (eui64_iszero(go->hisid))
999 eui64_put(wo->hisid, nakp);
1143 ho->hisid = wo->hisid;
1146 if (eui64_iszero(ho->hisid)) {
1178 ! eui64_equals(ho->hisid, wo->hisid)) {
1182 if (! eui64_equals(ho->hisid, wo->hisid))
1184 llv6_ntoa(ho->hisid));
[all …]
H A Dipv6cp.h122 eui64_t ourid, hisid; /* Interface identifiers */ member
H A Dsys-solaris.c401 if (eui64_iszero(ipv6cp_wantoptions[unit].hisid)) { in read_ipv6_interface()
408 ipv6cp_wantoptions[unit].hisid); in read_ipv6_interface()
3355 sif6addr(unit, ourid, hisid) in sif6addr() argument
3358 eui64_t hisid;
3409 IN6_LLADDR_FROM_EUI64(lifr, sin6, hisid);