Searched refs:appr_match (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_proxy.h | 451 extern int appr_match __P((fr_info_t *, struct nat *));
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_proxy.c | 357 int appr_match(fin, nat) function 367 printf("appr_match(%lx,%lx) aps %lx ptr %lx\n", 373 printf("appr_match: flx 0x%x (BAD|SHORT)\n", 381 printf("appr_match:apr %lx apr_flags 0x%x\n", 390 printf("appr_match: result %d\n", result);
|
H A D | ip_nat6.c | 1571 if (appr_match(fin, nat) != 0) 1811 if (appr_match(fin, nat) != 0)
|
H A D | ip_nat.c | 3359 if (appr_match(fin, nat) != 0) 3600 if (appr_match(fin, nat) != 0)
|
Completed in 81 milliseconds