Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/netif/ppp/
A Dpppos.c332 pppos->in_accm[15] = 0x60; /* no need to protect since RX is not running */ in pppos_connect()
364 pppos->in_accm[15] = 0x60; /* no need to protect since RX is not running */ in pppos_listen()
507 escaped = ESCAPE_P(pppos->in_accm, cur_char); in pppos_input()
815 pppos->in_accm[i] = (u8_t)(accm >> (i * 8)); in pppos_recv_config()
821 pppos->in_accm[0], pppos->in_accm[1], pppos->in_accm[2], pppos->in_accm[3])); in pppos_recv_config()
/lib/lwip/lwip/src/include/netif/ppp/
A Dpppos.h91 ext_accm in_accm; /* Async-Ctl-Char-Map for input. */ member
/lib/lwip/lwip/test/unit/ppp/
A Dtest_pppos.c49 pppos->in_accm[0] = 0xf0; /* Make sure 0x0's are not escaped chars */ in START_TEST()

Completed in 11 milliseconds