Lines Matching refs:next

183 	struct d_list_s *next;
520 temp->next = NULL;
527 d_tail->next = temp;
562 ips_act_props_t *next = parent->ips_acts;
572 while (next != NULL) {
573 current = next;
574 next = next->iap_next;
983 uint64_t *next = NULL;
1005 next = (uint64_t *)&(spd_msg[1]);
1031 spd_rule = (struct spd_rule *)next;
1039 next = (uint64_t *)&(spd_rule[1]);
1043 spd_proto = (struct spd_proto *)next;
1048 next = (uint64_t *)&(spd_proto[1]);
1053 spd_if = (spd_if_t *)next;
1060 next = (uint64_t *)(spd_if) + spd_if->spd_if_len;
1067 spd_typecode = (struct spd_typecode *)next;
1086 next = (uint64_t *)&(spd_typecode[1]);
1093 spd_portrange = (struct spd_portrange *)next;
1102 next = (uint64_t *)&(spd_portrange[1]);
1107 spd_portrange = (struct spd_portrange *)next;
1116 next = (uint64_t *)&(spd_portrange[1]);
1121 spd_address = (spd_address_t *)next;
1122 next = (uint64_t *)(spd_address + 1);
1131 (void) memcpy(next, &(conf->ips_src_addr),
1134 next += SPD_8TO64(sizeof (ipaddr_t) + 4);
1139 (void) memcpy(next, &(conf->ips_src_addr_v6),
1142 next += SPD_8TO64(sizeof (in6_addr_t));
1151 spd_address = (spd_address_t *)next;
1153 next = (uint64_t *)(spd_address + 1);
1162 (void) memcpy(next, &conf->ips_dst_addr,
1166 next += SPD_8TO64(sizeof (ipaddr_t) + 4);
1171 (void) memcpy(next, &(conf->ips_dst_addr_v6),
1174 next += SPD_8TO64(sizeof (in6_addr_t));
1182 spd_ext_actions = (struct spd_ext_actions *)next;
1198 next = (uint64_t *)ap;
1202 msg[i].iov_len = (uintptr_t)next - (uintptr_t)msg[i].iov_base;
1206 SPD_8TO64((uintptr_t)next - (uintptr_t)spd_ext_actions);
1851 * Get the next SPD_DUMP message from the PF_POLICY socket. A single
2427 * as it would affect the next line. Thus when we comment
2437 * offset of the next line. fgets below seems to affect
2466 * Thus len does not count ";". To advance to the next line
2472 * line next, which has only one newline character.
2474 * read as part of the next line which could have
3157 temp = temp->next;
3774 /* Skip until next whitespace or CURL_BEGIN */
3950 /* Scan the next line as this buffer is empty */
4011 * the next line.
5303 /* Reset globals before trying the next rule. */
5359 goto next;
5373 goto next;
5465 next:
5468 * we parse the next entry.
5693 /* Didn't find a match - look at the next remove policy */
5724 /* reopen for next pass, automagically starting over. */
5734 } /* read next remove policy */