Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dhostname.h108 int net_hostname_set_postfix(const uint8_t *hostname_postfix,
111 static inline int net_hostname_set_postfix(const uint8_t *hostname_postfix, in net_hostname_set_postfix() argument
114 ARG_UNUSED(hostname_postfix); in net_hostname_set_postfix()
135 int net_hostname_set_postfix_str(const uint8_t *hostname_postfix,
138 static inline int net_hostname_set_postfix_str(const uint8_t *hostname_postfix, in net_hostname_set_postfix_str() argument
141 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()