Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/modem/
Dhl7800.c2319 uint16_t line_length; in profile_handler() local
2332 line_length = net_buf_findcrlf(*buf, &frag); in profile_handler()
2333 if (line_length) { in profile_handler()
2336 *buf, 0, line_length); in profile_handler()
2337 LOG_DBG("length: %u: %s", line_length, log_strdup(line)); in profile_handler()
2345 net_buf_remove(buf, line_length); in profile_handler()
2384 uint16_t line_length; in on_cmd_atcmdinfo_pdp_authentication_cfg() local
2393 line_length = net_buf_findcrlf(*buf, &frag); in on_cmd_atcmdinfo_pdp_authentication_cfg()
2394 if (line_length) { in on_cmd_atcmdinfo_pdp_authentication_cfg()
2397 *buf, 0, line_length); in on_cmd_atcmdinfo_pdp_authentication_cfg()
[all …]