Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipv6cp.c662 while (eui64_iszero(ifaceid) ||
714 while (eui64_iszero(ifaceid) ||
891 if (eui64_iszero(ifaceid) && eui64_iszero(go->ourid)) {
896 if (!eui64_iszero(wo->hisid) &&
898 eui64_iszero(go->hisid)) {
901 } else if (eui64_iszero(ifaceid) ||
905 if (eui64_iszero(go->hisid))
907 while (eui64_iszero(ifaceid) ||
1064 ipcp_wantoptions[0].ouraddr == 0) && eui64_iszero(wo->ourid)) { in ipv6_check_options()
1068 ipcp_wantoptions[0].hisaddr == 0) && eui64_iszero(wo->hisid)) { in ipv6_check_options()
[all …]
H A Deui64.h61 #define eui64_iszero(e) (((e).e32[0] | (e).e32[1]) == 0) macro
75 } while (eui64_iszero(x))
H A Dsys-solaris.c395 if (eui64_iszero(ipv6cp_wantoptions[unit].ourid) || in read_ipv6_interface()
407 if (eui64_iszero(ipv6cp_wantoptions[unit].hisid)) { in read_ipv6_interface()