Searched refs:ctarg (Results 1 – 1 of 1) sorted by relevance
193 slp_target_t *ctarg; in slp_uc_udp_send() local212 for (ctarg = target; ctarg; ctarg = slp_next_failover(ctarg)) { in slp_uc_udp_send()217 sin = (struct sockaddr_in *)slp_get_target_sin(ctarg); in slp_uc_udp_send()303 slp_mark_target_failed(ctarg); in slp_uc_udp_send()306 if (!ctarg || hp->cancel) { in slp_uc_udp_send()316 slp_mark_target_used(ctarg); in slp_uc_udp_send()321 hp, ctarg, scopes, SLP_FALSE, slp_get_xid(header)); in slp_uc_udp_send()464 slp_target_t *ctarg, *targets; in tcp_thread() local502 for (ctarg = targets; in tcp_thread()503 ctarg && !hp->cancel; in tcp_thread()[all …]