/src/sys/external/bsd/ipf/netinet/ |
ip_nat6.c | 452 u_short st_port, dport, sport, port, sp, dp; local in function:ipf_nat6_newmap 468 st_port = np->in_spnext; 679 (np->in_spnext != 0) && (st_port == np->in_spnext) &&
|
ip_nat.c | 2593 u_short st_port, dport, sport, port, sp, dp; local in function:ipf_nat_newmap 2610 st_port = np->in_spnext; 2804 (np->in_spnext != 0) && (st_port == np->in_spnext) &&
|