Home
last modified time | relevance | path

Searched refs:net_dhcpv6_duid_storage (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/net/
Ddhcpv6.h53 struct net_dhcpv6_duid_storage { struct
Dnet_if.h367 struct net_dhcpv6_duid_storage clientid;
370 struct net_dhcpv6_duid_storage serverid;
/Zephyr-Core-3.7.0/subsys/net/lib/dhcpv6/
Ddhcpv6.c228 struct net_dhcpv6_duid_storage *clientid) in dhcpv6_add_option_clientid()
244 struct net_dhcpv6_duid_storage *serverid) in dhcpv6_add_option_serverid()
435 msg_size += sizeof(struct net_dhcpv6_duid_storage); in dhcpv6_calculate_message_size()
440 msg_size += sizeof(struct net_dhcpv6_duid_storage); in dhcpv6_calculate_message_size()
750 struct net_dhcpv6_duid_storage *clientid) in dhcpv6_parse_option_clientid()
772 struct net_dhcpv6_duid_storage *serverid) in dhcpv6_parse_option_serverid()
1206 struct net_dhcpv6_duid_storage *clientid) in dhcpv6_find_clientid()
1225 struct net_dhcpv6_duid_storage *serverid) in dhcpv6_find_serverid()
1441 struct net_dhcpv6_duid_storage duid = { 0 }; in dhcpv6_handle_advertise()
1558 struct net_dhcpv6_duid_storage duid = { 0 }; in dhcpv6_handle_reply()
[all …]
/Zephyr-Core-3.7.0/tests/net/dhcpv6/src/
Dmain.c21 static struct net_dhcpv6_duid_storage test_serverid;
105 struct net_dhcpv6_duid_storage *serverid = &test_serverid; in generate_fake_server_duid()
275 struct net_dhcpv6_duid_storage duid; in verify_dhcpv6_clientid()
288 struct net_dhcpv6_duid_storage duid; in verify_dhcpv6_serverid()
301 struct net_dhcpv6_duid_storage duid; in verify_dhcpv6_no_serverid()