Searched refs:appr_new (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_proxy.h | 456 extern int appr_new __P((fr_info_t *, struct nat *));
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_proxy.c | 403 int appr_new(fin, nat) function 412 printf("appr_new(%lx,%lx) \n", (u_long)fin, (u_long)nat); 416 printf("appr_new: nat_ptr %lx nat_aps %lx\n", 426 printf("appr_new: apr_flags 0x%x p %d/%d\n", 434 printf("appr_new: malloc failed (%lu)\n", 451 printf("appr_new: new(%lx) failed\n",
|
H A D | ip_nat6.c | 942 if (appr_new(fin, nat) == -1)
|
H A D | ip_nat.c | 2727 if (appr_new(fin, nat) == -1)
|
Completed in 63 milliseconds