HomeSort by relevance Sort by last modified time
    Searched refs:peer_tokenreq (Results 1 - 2 of 2) sorted by null

  /external/libppp/src/
ipv6cp.h 44 unsigned peer_tokenreq : 1; /* Any TY_TOKEN REQs from the peer ? */ member in struct:ipv6cp
ipv6cp.c 581 ipv6cp->peer_tokenreq = 0;
709 ipv6cp->peer_tokenreq = 1;
769 if (mode_type == MODE_REQ && !ipv6cp->peer_tokenreq) {
778 ipv6cp->peer_tokenreq = 1;

Completed in 43 milliseconds