Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/epwget/
H A Depwget.c45 #define MAX_IP_STR_LEN 16 macro
62 static char host[MAX_IP_STR_LEN + 1];
563 strncpy(host, url, MAX_IP_STR_LEN); in GlbInitWget()
H A Depwget-mp.c45 #define MAX_IP_STR_LEN 16 macro
61 static char host[MAX_IP_STR_LEN + 1];
561 strncpy(host, url, MAX_IP_STR_LEN); in GlbInitWget()