Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dinit_reboot.c125 dhcpv6_option_t *d6o, *d6so, *popt; in dhcp_init_reboot_v6() local
167 d6so = NULL; in dhcp_init_reboot_v6()
168 while ((d6so = dhcpv6_find_option(obase, olen, d6so, in dhcp_init_reboot_v6()
172 (void) memcpy(&d6ia, d6so, sizeof (d6ia)); in dhcp_init_reboot_v6()
176 (char *)&d6ia + sizeof (*d6so), in dhcp_init_reboot_v6()
177 sizeof (d6ia) - sizeof (*d6so)) == NULL) in dhcp_init_reboot_v6()
H A Dbound.c653 const dhcpv6_option_t *d6o, *d6so, *d6sso; in configure_v6_leases() local
725 d6so = dhcpv6_find_option(optbase, olen, NULL, in configure_v6_leases()
727 scode = dhcpv6_status_code(d6so, solen, &estr, &msg, &msglen); in configure_v6_leases()
775 d6so = NULL; in configure_v6_leases()
776 while ((d6so = dhcpv6_find_option(optbase, olen, d6so, in configure_v6_leases()
783 (void) memcpy(&d6ia, d6so, sizeof (d6ia)); in configure_v6_leases()
804 d6sso = dhcpv6_find_option((const char *)d6so + in configure_v6_leases()
H A Dpacket.c642 dhcpv6_option_t *d6o, *d6so; in add_pkt_lif() local
699 d6so = add_pkt_subopt(dpkt, d6o, DHCPV6_OPT_IAADDR, in add_pkt_lif()
702 if (d6so == NULL) in add_pkt_lif()
720 d6so = add_pkt_subopt(dpkt, d6so, in add_pkt_lif()
722 if (d6so != NULL) { in add_pkt_lif()
727 (void) update_v6opt_len(d6o, sizeof (*d6so) + in add_pkt_lif()
H A Drequest.c364 const dhcpv6_option_t *d6o, *d6so; in compute_points_v6() local
412 d6so = dhcpv6_find_option( in compute_points_v6()
416 if (dhcpv6_status_code(d6so, solen, &estr, &msg, &msglen) == in compute_points_v6()
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_protect.c907 dhcpv6_option_t *d6so; in get_dhcpv6_addrs() local
919 d6so = NULL; in get_dhcpv6_addrs()
920 while ((d6so = get_dhcpv6_option(obase, olen, d6so, in get_dhcpv6_addrs()
923 (uchar_t *)d6so + solen > end) in get_dhcpv6_addrs()
926 bcopy(d6so, &d6ia, sizeof (d6ia)); in get_dhcpv6_addrs()