HomeSort by: relevance | last modified time | path
    Searched defs:ap_session_t (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_proxy.h 65 } ap_session_t; typedef in typeref:struct:ap_session
115 int (* apr_new)(void *, fr_info_t *, ap_session_t *,
117 void (* apr_del)(ipf_main_softc_t *, ap_session_t *);
118 int (* apr_inpkt)(void *, fr_info_t *, ap_session_t *,
120 int (* apr_outpkt)(void *, fr_info_t *, ap_session_t *,
122 int (* apr_match)(fr_info_t *, ap_session_t *, struct nat *);
450 extern void ipf_proxy_free(ipf_main_softc_t *, ap_session_t *);
457 extern void aps_free(ipf_main_softc_t *, void *, ap_session_t *);

Completed in 39 milliseconds