Searched refs:appr_lookup (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_proxy.h | 455 extern aproxy_t *appr_lookup __P((u_int, char *, ipf_stack_t *));
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_proxy.c | 230 a = appr_lookup(ctl->apc_p, ctl->apc_label, ifs); 657 aproxy_t *appr_lookup(pr, name, ifs) function 665 printf("appr_lookup(%d,%s)\n", pr, name); 681 printf("appr_lookup: failed for %d/%s\n", pr, name);
|
H A D | ip_nat.c | 1106 n->in_apr = appr_lookup(n->in_p, n->in_plabel, ifs);
|
Completed in 57 milliseconds