Searched refs:appr_ok (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_proxy.h | 453 extern int appr_ok __P((fr_info_t *, tcphdr_t *, struct ipnat *));
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | ip_proxy.c | 284 int appr_ok(fin, tcp, nat) in appr_ok() function
|
H A D | ip_nat6.c | 2141 if (appr_ok(fin, tcp, np) == 0) 2422 if (!appr_ok(fin, tcp, np)) {
|
H A D | ip_nat.c | 3979 if (appr_ok(fin, tcp, np) == 0) 4304 if (!appr_ok(fin, tcp, np)) {
|