Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Ddhcpv6.h53 struct net_dhcpv6_duid_storage { struct
Dnet_if.h379 struct net_dhcpv6_duid_storage clientid;
382 struct net_dhcpv6_duid_storage serverid;
/Zephyr-latest/subsys/net/lib/dhcpv6/
Ddhcpv6.c230 struct net_dhcpv6_duid_storage *clientid) in dhcpv6_add_option_clientid()
246 struct net_dhcpv6_duid_storage *serverid) in dhcpv6_add_option_serverid()
437 msg_size += sizeof(struct net_dhcpv6_duid_storage); in dhcpv6_calculate_message_size()
442 msg_size += sizeof(struct net_dhcpv6_duid_storage); in dhcpv6_calculate_message_size()
752 struct net_dhcpv6_duid_storage *clientid) in dhcpv6_parse_option_clientid()
774 struct net_dhcpv6_duid_storage *serverid) in dhcpv6_parse_option_serverid()
1208 struct net_dhcpv6_duid_storage *clientid) in dhcpv6_find_clientid()
1227 struct net_dhcpv6_duid_storage *serverid) in dhcpv6_find_serverid()
1450 struct net_dhcpv6_duid_storage duid = { 0 }; in dhcpv6_handle_advertise()
1567 struct net_dhcpv6_duid_storage duid = { 0 }; in dhcpv6_handle_reply()
[all …]
/Zephyr-latest/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()