Searched refs:appr_check (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_proxy.h | 454 extern int appr_check __P((fr_info_t *, struct nat *));
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_proxy.c | 470 int appr_check(fin, nat) function 502 printf("appr_check: flx 0x%x (BAD)\n", fin->fin_flx); 509 printf("appr_check: l4 checksum failure %d\n", 527 printf("appr_check: fr_coalesce failed %x\n", fin->fin_flx); 570 printf("appr_check: out %d err %x rv %d\n",
|
H A D | ip_nat6.c | 2276 /* appr_check routine. */ 2284 i = appr_check(fin, nat); 2514 /* appr_check routine. */ 2522 i = appr_check(fin, nat);
|
H A D | ip_nat.c | 4158 /* appr_check routine. */ 4166 i = appr_check(fin, nat); 4413 /* appr_check routine. */ 4421 i = appr_check(fin, nat);
|
Completed in 79 milliseconds