Home
last modified time | relevance | path

Searched refs:D6_OPTION_IA_PD (Results 1 – 3 of 3) sorted by relevance

/external/dhcpcd-6.8.2/
Ddhcp6.h79 #define D6_OPTION_IA_PD 25 macro
Ddhcp6.c646 if (ap->ia_type == D6_OPTION_IA_PD) { in dhcp6_makemessage()
665 if (ifo->ia[l].ia_type == D6_OPTION_IA_PD) { in dhcp6_makemessage()
783 if (ifo->ia[l].ia_type == D6_OPTION_IA_PD) { in dhcp6_makemessage()
802 if (ap->ia_type == D6_OPTION_IA_PD) { in dhcp6_makemessage()
1331 if (!((ia->ia_type == D6_OPTION_IA_PD && ia->prefix_len) || in dhcp6_addrequestedaddrs()
1347 if (ia->ia_type == D6_OPTION_IA_PD) { in dhcp6_addrequestedaddrs()
1464 if (t == D6_OPTION_IA_PD || in dhcp6_hasprefixdelegation()
1465 ifp->options->ia[i].ia_type == D6_OPTION_IA_PD) in dhcp6_hasprefixdelegation()
1470 return t == D6_OPTION_IA_PD ? 1 : 0; in dhcp6_hasprefixdelegation()
1865 a->ia_type = D6_OPTION_IA_PD; in dhcp6_findpd()
[all …]
Dif-options.c700 ia->ia_type = D6_OPTION_IA_PD; in parse_option()
1316 i = D6_OPTION_IA_PD; in parse_option()
1388 if (p && ia->ia_type == D6_OPTION_IA_PD) { in parse_option()
1404 if (ia->ia_type != D6_OPTION_IA_PD) in parse_option()