Home
last modified time | relevance | path

Searched defs:slip_context (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.6.0/drivers/net/
Dslip.h21 struct slip_context { struct
22 bool init_done;
23 bool first; /* SLIP received it's byte or not after
26 uint8_t buf[1]; /* SLIP data is read into this buf */
27 struct net_pkt *rx; /* and then placed into this net_pkt */
28 struct net_buf *last; /* Pointer to last buffer in the list */
29 uint8_t *ptr; /* Where in net_pkt to add data */
30 struct net_if *iface;
31 uint8_t state;
33 uint8_t mac_addr[6];
[all …]