Searched refs:line_length (Results 1 – 1 of 1) sorted by relevance
2560 uint16_t line_length; in profile_handler() local2573 line_length = net_buf_findcrlf(*buf, &frag); in profile_handler()2574 if (line_length) { in profile_handler()2577 *buf, 0, line_length); in profile_handler()2578 LOG_DBG("length: %u: %s", line_length, line); in profile_handler()2586 net_buf_remove(buf, line_length); in profile_handler()2625 uint16_t line_length; in on_cmd_atcmdinfo_pdp_authentication_cfg() local2634 line_length = net_buf_findcrlf(*buf, &frag); in on_cmd_atcmdinfo_pdp_authentication_cfg()2635 if (line_length) { in on_cmd_atcmdinfo_pdp_authentication_cfg()2638 *buf, 0, line_length); in on_cmd_atcmdinfo_pdp_authentication_cfg()[all …]