Home
last modified time | relevance | path

Searched refs:in_accm (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/netif/ppp/
Dpppos.c330 pppos->in_accm[15] = 0x60; /* no need to protect since RX is not running */ in pppos_connect()
362 pppos->in_accm[15] = 0x60; /* no need to protect since RX is not running */ in pppos_listen()
503 escaped = ESCAPE_P(pppos->in_accm, cur_char); in pppos_input()
770 pppos->in_accm[i] = (u8_t)(accm >> (i * 8)); in pppos_recv_config()
776 pppos->in_accm[0], pppos->in_accm[1], pppos->in_accm[2], pppos->in_accm[3])); in pppos_recv_config()
/third_party/lwip/src/include/netif/ppp/
Dpppos.h92 ext_accm in_accm; /* Async-Ctl-Char-Map for input. */ member