Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dhostname.h110 int net_hostname_set_postfix(const uint8_t *hostname_postfix,
113 static inline int net_hostname_set_postfix(const uint8_t *hostname_postfix, in net_hostname_set_postfix() argument
116 ARG_UNUSED(hostname_postfix); in net_hostname_set_postfix()
137 int net_hostname_set_postfix_str(const uint8_t *hostname_postfix,
140 static inline int net_hostname_set_postfix_str(const uint8_t *hostname_postfix, in net_hostname_set_postfix_str() argument
143 ARG_UNUSED(hostname_postfix); in net_hostname_set_postfix_str()
/Zephyr-latest/subsys/net/
Dhostname.c63 int net_hostname_set_postfix(const uint8_t *hostname_postfix, in net_hostname_set_postfix() argument
88 hostname_postfix[i]); in net_hostname_set_postfix()
101 int net_hostname_set_postfix_str(const uint8_t *hostname_postfix, in net_hostname_set_postfix_str() argument
124 snprintk(&hostname[net_hostname_len], hostname_len_remain, "%s", hostname_postfix); in net_hostname_set_postfix_str()