Searched refs:net_buf_remove (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/modem/ |
D | hl7800.c | 1579 static uint32_t net_buf_remove(struct net_buf **buf, uint32_t len) in net_buf_remove() function 2699 net_buf_remove(buf, len); in profile_handler() 2720 net_buf_remove(buf, line_length); in profile_handler() 2733 net_buf_remove(buf, len); in profile_handler() 2812 net_buf_remove(buf, line_length); in on_cmd_atcmdinfo_pdp_authentication_cfg() 2888 net_buf_remove(buf, line_length); in on_cmd_atcmdinfo_pdp_context() 4158 net_buf_remove(buf, 2); in sock_read() 4218 net_buf_remove(buf, strlen(EOF_PATTERN)); in sock_read() 4246 net_buf_remove(buf, strlen(OK_STRING)); in sock_read() 4872 net_buf_remove(&rx_buf, len); in hl7800_rx()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 659 * Added net_buf_remove API to manipulate data at the end of network buffers.
|