HomeSort by: relevance | last modified time | path
    Searched refs:D6O_IA_PD (Results 1 - 8 of 8) sorted by relevancy

  /src/external/mpl/dhcp/dist/includes/
dhcp6.h 56 #define D6O_IA_PD 25 /* RFC3633 */
  /src/external/mpl/dhcp/dist/client/
dhc6.c 222 code = D6O_IA_PD;
947 oc = lookup_option(&dhcpv6_universe, options, D6O_IA_PD);
958 ia->ia_type = D6O_IA_PD;
1052 delete_option(&dhcpv6_universe, options, D6O_IA_PD);
1613 (dhc6_count_ia(client->active_lease, D6O_IA_PD) != 0) ||
1790 case D6O_IA_PD:
1839 if (ia_type == D6O_IA_PD && prefix_len_hint > 0) {
2103 D6O_IA_PD,
2630 case D6O_IA_PD:
3089 case D6O_IA_PD
    [all...]
clparse.c 1863 ia->ia_type = D6O_IA_PD;
dhclient.c 4052 case D6O_IA_PD:
4100 if (ia->ia_type != D6O_IA_PD)
  /src/external/mpl/dhcp/dist/server/
db.c 580 case D6O_IA_PD:
606 if ((ia->ia_type != D6O_IA_PD) &&
610 if ((ia->ia_type == D6O_IA_PD) &&
dhcpv6.c 799 oc = lookup_option(&dhcpv6_universe, packet->options, D6O_IA_PD);
862 D6O_IA_PD,
1570 if (p->pool_type == D6O_IA_PD)
1680 if ((p->pool_type == D6O_IA_PD) &&
1862 oc = lookup_option(&dhcpv6_universe, packet->options, D6O_IA_PD);
2435 (reply->ia->ia_type != D6O_IA_PD ?
3298 if (reply->ia->ia_type != D6O_IA_PD) {
4114 reply->ia->ia_type = D6O_IA_PD;
4150 putUShort(reply->buf.data + reply->cursor, (unsigned)D6O_IA_PD);
4801 if (pool->pool_type == D6O_IA_PD)
    [all...]
mdb6.c 1072 case D6O_IA_PD:
1672 if (pool->pool_type != D6O_IA_PD) {
2064 if ((ia->ia_type == D6O_IA_PD) &&
2475 if (find_ipv6_pool(&p, D6O_IA_PD, &pref) != ISC_R_SUCCESS) {
confpars.c 4447 add_ipv6_pool_to_subnet(group->subnet, D6O_IA_PD,
5667 ia->ia_type = D6O_IA_PD;
6010 if ((find_ipv6_pool(&pool, D6O_IA_PD,

Completed in 102 milliseconds