Searched refs:net_hostname_set (Results 1 – 4 of 4) sorted by relevance
74 int net_hostname_set(char *host, size_t len);76 static inline int net_hostname_set(char *host, size_t len) in net_hostname_set() function
46 int net_hostname_set(char *host, size_t len) in net_hostname_set() function
24 This will enable the net_hostname_set() function. NET_HOSTNAME
388 ret = net_hostname_set("foobar", sizeof("foobar") - 1); in ZTEST()