OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hisid
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/
ipv6cp.c
367
eui64_copy(addr.s6_addr32[2], wo->
hisid
);
392
printer(arg, "%s", llv6_ntoa(wo->
hisid
));
529
eui64_zero(go->
hisid
); /* last proposed interface identifier */
727
eui64_equals(ifaceid, go->
hisid
)) /* bad luck */
779
eui64_equals(ifaceid, go->
hisid
)) /* bad luck */
954
if (!eui64_iszero(wo->
hisid
) &&
955
!eui64_equals(ifaceid, wo->
hisid
) &&
956
eui64_iszero(go->
hisid
)) {
959
ifaceid = wo->
hisid
;
960
go->
hisid
= ifaceid
[
all
...]
ipv6cp.h
162
eui64_t ourid,
hisid
; /* Interface identifiers */
member in struct:ipv6cp_options
Completed in 574 milliseconds