Lines Matching refs:ctr
3158 int ctr;
3248 for (ctr = 0; ctr < stl_hdr->stl_out_cnt; ctr++) {
3249 (void) mbstowcs((*ppList)->keys[ctr].name,
3250 (char *)stl_hdr->stl_list[ctr].ste_name,
3253 (*ppList)->keys[ctr].tpgt = stl_hdr->stl_list[ctr].ste_tpgt;
3255 (*ppList)->keys[ctr].address.portNumber =
3256 stl_hdr->stl_list[ctr].ste_ipaddr.a_port;
3258 if (stl_hdr->stl_list[ctr].ste_ipaddr.a_addr.i_insize ==
3260 (*ppList)->keys[ctr].address.ipAddress.ipv4Address =
3262 } else if (stl_hdr->stl_list[ctr].ste_ipaddr.a_addr.i_insize ==
3264 (*ppList)->keys[ctr].address.ipAddress.ipv4Address =
3274 (void) memcpy(&(*ppList)->keys[ctr].address.ipAddress.ipAddress,
3275 &(stl_hdr->stl_list[ctr].ste_ipaddr.a_addr.i_addr),
3276 stl_hdr->stl_list[ctr].ste_ipaddr.a_addr.i_insize);