Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/ipf/netinet/ | |
ip_fil_compat.c | 681 tcpinfo4_t nat_unt; member in union:nat_4_1_25::__anonb14162d00b0a 724 tcpinfo4_t nat_unt; member in union:nat_4_1_14::__anonb14162d00c0a 766 tcpinfo4_t nat_unt; member in union:nat_4_1_3::__anonb14162d00d0a 4607 old->nat_un.nat_unt.ts_sport = nat->nat_ndport; 4608 old->nat_un.nat_unt.ts_dport = nat->nat_odport; 4613 old->nat_un.nat_unt.ts_sport = nat->nat_osport; 4614 old->nat_un.nat_unt.ts_dport = nat->nat_nsport; 4665 old->nat_un.nat_unt.ts_sport = nat->nat_ndport; 4666 old->nat_un.nat_unt.ts_dport = nat->nat_odport; 4671 old->nat_un.nat_unt.ts_sport = nat->nat_osport [all...] |
ip_nat.h | 142 tcpinfo_t nat_unt; member in union:nat::__anonca2d141a010a 167 #define nat_osport nat_unold.nat_unt.ts_sport 168 #define nat_odport nat_unold.nat_unt.ts_dport 169 #define nat_nsport nat_unnew.nat_unt.ts_sport 170 #define nat_ndport nat_unnew.nat_unt.ts_dport |