Lines Matching defs:ack
765 PKT_LIST *ack = dsmp->dsm_ack;
793 opt = dhcpv6_pkt_option(ack, NULL, optnum.code,
797 opt = ack->opts[optnum.code];
812 d6o = dhcpv6_pkt_option(ack, d6o,
844 opt = ack->vs[optnum.code];
851 (dhcpv6_message_t *)ack->pkt;
890 (caddr_t)ack->pkt + optnum.code,
926 } else if (ack != dsmp->dsm_orig_ack) {
929 * current ack, so now retry with the original ack if
930 * the original ack is not the current ack.
932 ack = dsmp->dsm_orig_ack;
970 PKT_LIST *ack, *oack;
982 ack = error > 0 ? plp[0] : NULL;
986 * If the allocation of the old ack fails, that's fine;
990 oack = ack;
995 if (ack != NULL) {
997 dsmp->dsm_ack = ack;