OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hisid
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/
ipv6cp.h
160
eui64_t ourid,
hisid
; /* Interface identifiers */
member in struct:ipv6cp_options
ipv6cp.c
376
eui64_copy(addr.s6_addr32[2], wo->
hisid
);
401
printer(arg, "%s", llv6_ntoa(wo->
hisid
));
538
eui64_zero(go->
hisid
); /* last proposed interface identifier */
736
eui64_equals(ifaceid, go->
hisid
)) /* bad luck */
788
eui64_equals(ifaceid, go->
hisid
)) /* bad luck */
963
if (!eui64_iszero(wo->
hisid
) &&
964
!eui64_equals(ifaceid, wo->
hisid
) &&
965
eui64_iszero(go->
hisid
)) {
968
ifaceid = wo->
hisid
;
969
go->
hisid
= ifaceid
[
all
...]
Completed in 601 milliseconds