Lines Matching refs:tmp1
70 struct seclist *tmp1, *tmp2;73 tmp1 = (struct seclist *) malloc(sizeof (struct seclist));74 slist = tmp2 = tmp1;116 tmp1->af = netaf;117 tmp1->mask = maskin;118 tmp1->net = netin;119 tmp1->next = (struct seclist *)121 tmp2 = tmp1;122 tmp1 = tmp1->next;