Home
last modified time | relevance | path

Searched refs:net_hostname_set_postfix (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.4.0/include/zephyr/net/
Dhostname.h71 int net_hostname_set_postfix(const uint8_t *hostname_postfix,
74 static inline int net_hostname_set_postfix(const uint8_t *hostname_postfix, in net_hostname_set_postfix() function
Dnet_if.h931 net_hostname_set_postfix(addr, len); in net_if_set_link_addr_unlocked()
/Zephyr-Core-3.4.0/subsys/net/
Dhostname.c27 int net_hostname_set_postfix(const uint8_t *hostname_postfix, in net_hostname_set_postfix() function
/Zephyr-Core-3.4.0/doc/connectivity/networking/api/
Dnet_hostname.rst30 ``net_hostname_set_postfix()`` before the network interfaces are created.
/Zephyr-Core-3.4.0/tests/net/hostname/src/
Dmain.c341 ret = net_hostname_set_postfix("foobar", sizeof("foobar") - 1); in ZTEST()