Searched refs:apr (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dprintaps.c25 aproxy_t apr; local
30 if (kmemcpy((char *)&apr, (long)ap.aps_apr, sizeof(apr)))
32 printf("\tproxy %s/%d use %d flags %x\n", apr.apr_label,
33 apr.apr_p, apr.apr_ref, apr.apr_flags);
64 if (!strcmp(apr.apr_label, "raudio") && ap.aps_psiz == sizeof(ra)) {
73 } else if (!strcmp(apr.apr_label, "ftp") &&
98 } else if (!strcmp(apr
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_proxy.c289 aproxy_t *apr = nat->in_apr; local
292 if ((apr == NULL) || (apr->apr_flags & APR_DELETE) ||
293 (fin->fin_p != apr->apr_p))
361 aproxy_t *apr; local
378 apr = ipn->in_apr;
379 if ((apr == NULL) || (apr->apr_flags & APR_DELETE)) {
381 printf("appr_match:apr %lx apr_flags 0x%x\n",
382 (u_long)apr, ap
408 aproxy_t *apr; local
483 aproxy_t *apr; local
698 aproxy_t *apr; local
[all...]
/illumos-gate/usr/src/lib/print/mod_ipp/
H A DMakefile39 APR_BASE = /usr/apr/1.3
40 APRUBASE = /usr/apr-util/1.3
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_cm.h486 ibt_cm_apr_rcv_t apr; member in union:ibt_cm_event_s::__anon7958
523 * apr is valid when an IBT client cm handler has decided to continue a
529 ibt_redirect_info_t apr; /* Return for APR */ member in union:ibt_cm_proceed_reply_s
542 * cm_ret.apr is returned to the CM when an IBT client cm handler
553 ibt_redirect_info_t apr; /* Return for APR */ member in union:ibt_cm_return_args_s::__anon7959
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c2826 ike_addr_pr_t apr; local
2904 headdr2sa(p1, &apr.loc_addr, he1p->h_length);
2907 headdr2sa(p2, &apr.rem_addr, he2p->h_length);
2909 (char *)&apr, name);
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c7881 " statep 0x%p apr status %d", statep,
7964 * apr_msg - apr msg to be sent
8137 &clnt_info->reply_event->apr);
8148 " client handler returned %d, apr status %d", statep, cb_status,
8151 /* copy private data to outgoing apr, specified via priv_data */
8455 * apr_msg - apr msg received
8509 event.cm_event.apr.apr_status = IBT_CM_AP_REJECT;
8510 event.cm_event.apr.apr_arej_info_valid = B_FALSE;
8512 event.cm_event.apr.apr_status = ap_status;
8514 &event.cm_event.apr
[all...]

Completed in 83 milliseconds