Lines Matching refs:itp
6509 /* itp(I) - pointer to ipfgeniter_t structure */
6516 ipf_nat_getnext(ipf_main_softc_t *softc, ipftoken_t *t, ipfgeniter_t *itp,
6526 if (itp->igi_nitems != 1) {
6533 switch (itp->igi_type)
6599 objp->ipfo_ptr = itp->igi_data;
6601 switch (itp->igi_type)
6831 /* itp(I) - pointer to ipfgeniter_t structure */
6840 ipf_nat_iterator(ipf_main_softc_t *softc, ipftoken_t *token, ipfgeniter_t *itp,
6845 if (itp->igi_data == NULL) {
6850 switch (itp->igi_type)
6855 error = ipf_nat_getnext(softc, token, itp, obj);
6859 error = ipf_frag_nat_next(softc, token, itp);