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

  /external/ppp/pppd/
fsm.h 94 int (*ackci) /* ACK our Configuration Information */ member in struct:fsm_callbacks
fsm.c 492 if( !(f->callbacks->ackci? (*f->callbacks->ackci)(f, inp, len):
  /external/syslinux/core/lwip/src/netif/ppp/
fsm.h 102 int (*ackci)(fsm*, u_char*, int); /* ACK our Configuration Information */ member in struct:fsm_callbacks
fsm.c 543 if( !(f->callbacks->ackci? (*f->callbacks->ackci)(f, inp, len): (len == 0)) ) {

Completed in 329 milliseconds