Lines Matching refs:nlp
217 natlookup_t *nlp; local
231 nlp = (natlookup_t *)ptr;
232 bzero((char *)nlp, sizeof (*nlp));
233 nlp->nl_inip = nlc.nlc_inip;
234 nlp->nl_outip = nlc.nlc_outip;
235 nlp->nl_inport = nlc.nlc_inport;
236 nlp->nl_outport = nlc.nlc_outport;
237 nlp->nl_flags = nlc.nlc_flags;
238 nlp->nl_v = 4;
282 natlookup_t *nlp; local
292 nlp = (natlookup_t *)ptr;
293 nlc.nlc_inip = nlp->nl_inip;
294 nlc.nlc_outip = nlp->nl_outip;
295 nlc.nlc_realip = nlp->nl_realip;
296 nlc.nlc_inport = nlp->nl_inport;
297 nlc.nlc_outport = nlp->nl_outport;
298 nlc.nlc_realport = nlp->nl_realport;
299 nlc.nlc_flags = nlp->nl_flags;