ip_state.c | 844 ipstate_t *is, *isn; local in function:ipf_state_getent 853 isn = ips.ips_next; 854 if (isn == NULL) { 855 isn = softs->ipf_state_list; 856 if (isn == NULL) { 871 if (is == isn) 879 ips.ips_next = isn->is_next; 880 bcopy((char *)isn, (char *)&ips.ips_is, sizeof(ips.ips_is)); 881 ips.ips_rule = isn->is_rule; 882 if (isn->is_rule != NULL 906 ipstate_t *is, *isn; local in function:ipf_state_putent [all...] |