Home | History | Annotate | Download | only in netinet

Lines Matching refs:nat

229 ipf_p_irc_new(void *arg, fr_info_t *fin, ap_session_t *aps, nat_t *nat)
240 nat = nat; /* LINT */
251 ipf_p_irc_send(fr_info_t *fin, nat_t *nat)
291 irc = nat->nat_aps->aps_data;
299 if (irc->irc_ipnum != ntohl(nat->nat_osrcaddr))
375 * Add skeleton NAT entry for connection which will come back the
394 nat2 = ipf_nat_outlookup(fin, IPN_TCP, nat->nat_pr[1], nat->nat_nsrcip,
413 ip->ip_src = nat->nat_nsrcip;
415 nat2 = ipf_nat_add(&fi, nat->nat_ptr, NULL,
433 ipf_p_irc_out(void *arg, fr_info_t *fin, ap_session_t *aps, nat_t *nat)
436 return ipf_p_irc_send(fin, nat);