Searched refs:ctarg (Results 1 – 1 of 1) sorted by relevance
191 slp_target_t *ctarg; in slp_uc_udp_send() local210 for (ctarg = target; ctarg; ctarg = slp_next_failover(ctarg)) { in slp_uc_udp_send()215 sin = (struct sockaddr_in *)slp_get_target_sin(ctarg); in slp_uc_udp_send()301 slp_mark_target_failed(ctarg); in slp_uc_udp_send()304 if (!ctarg || hp->cancel) { in slp_uc_udp_send()314 slp_mark_target_used(ctarg); in slp_uc_udp_send()319 hp, ctarg, scopes, SLP_FALSE, slp_get_xid(header)); in slp_uc_udp_send()465 slp_target_t *ctarg, *targets; in tcp_thread() local503 for (ctarg = targets; ctarg && !hp->cancel; in tcp_thread()504 ctarg = slp_next_failover(ctarg)) { in tcp_thread()[all …]