Searched defs:slip_context (Results 1 – 1 of 1) sorted by relevance
21 struct slip_context { struct22 bool init_done;23 bool first; /* SLIP received it's byte or not after26 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 …]