Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dhostname.h109 int postfix_len);
112 int postfix_len) in net_hostname_set_postfix() argument
115 ARG_UNUSED(postfix_len); in net_hostname_set_postfix()
136 int postfix_len);
139 int postfix_len) in net_hostname_set_postfix_str() argument
142 ARG_UNUSED(postfix_len); in net_hostname_set_postfix_str()
/Zephyr-latest/subsys/net/
Dhostname.c64 int postfix_len) in net_hostname_set_postfix() argument
78 NET_ASSERT(postfix_len > 0); in net_hostname_set_postfix()
81 if ((postfix_len * 2) > in net_hostname_set_postfix()
86 for (i = 0; i < postfix_len; i++, pos += 2) { in net_hostname_set_postfix()
102 int postfix_len) in net_hostname_set_postfix_str() argument
116 NET_ASSERT(postfix_len > 0); in net_hostname_set_postfix_str()
118 if (hostname_len_remain < postfix_len) { in net_hostname_set_postfix_str()
119 NET_DBG("Hostname postfix length %d is exceeding limit of %d", postfix_len, in net_hostname_set_postfix_str()