Searched refs:line_length (Results 1 – 1 of 1) sorted by relevance
2319 uint16_t line_length; in profile_handler() local2332 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() local2393 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 …]