Searched refs:port_end (Results 1 – 1 of 1) sorted by relevance
34 char *protocol_end = NULL, *port_start = NULL, *port_end = NULL; in ofc_Init() local74 port_end = strstr(port_start + 1, "/"); in ofc_Init()75 if (port_end != NULL) { in ofc_Init()76 OTA_LOG_INFO("port exist: %.*s", (int)(port_end - port_start - 1), in ofc_Init()
Completed in 2 milliseconds