hook_event_token_t
hook_event_token_t hr;
hook_event_token_t ips_ipv4firewall_physical_in;
hook_event_token_t ips_ipv4firewall_physical_out;
hook_event_token_t ips_ipv4firewall_forwarding;
hook_event_token_t ips_ipv4firewall_loopback_in;
hook_event_token_t ips_ipv4firewall_loopback_out;
hook_event_token_t ips_ipv6firewall_physical_in;
hook_event_token_t ips_ipv6firewall_physical_out;
hook_event_token_t ips_ipv6firewall_forwarding;
hook_event_token_t ips_ipv6firewall_loopback_in;
hook_event_token_t ips_ipv6firewall_loopback_out;
hook_event_token_t ips_ipv4nicevents;
hook_event_token_t ips_ipv6nicevents;
hook_event_token_t ips_arp_physical_in;
hook_event_token_t ips_arp_physical_out;
hook_event_token_t ips_arpnicevents;
hook_event_token_t ips_ipv4observing;
hook_event_token_t ips_ipv6observing;
ipd_hook(hook_event_token_t event, hook_data_t data, void *arg)
int ipf_hook4_out(hook_event_token_t token, hook_data_t info, void *arg)
int ipf_hook6_out(hook_event_token_t token, hook_data_t info, void *arg)
int ipf_hook4_in(hook_event_token_t token, hook_data_t info, void *arg)
int ipf_hook6_in(hook_event_token_t token, hook_data_t info, void *arg)
int ipf_hook4_loop_out(hook_event_token_t token, hook_data_t info, void *arg)
int ipf_hook6_loop_out(hook_event_token_t token, hook_data_t info, void *arg)
int ipf_hook_ether(hook_event_token_t token, hook_data_t info, void *arg,
ipf_hookviona_in(hook_event_token_t token, hook_data_t info, void *arg)
ipf_hookviona_out(hook_event_token_t token, hook_data_t info, void *arg)
int ipf_hook4_loop_in(hook_event_token_t token, hook_data_t info, void *arg)
int ipf_hook6_loop_in(hook_event_token_t token, hook_data_t info, void *arg)
int ipf_nic_event_v4(hook_event_token_t event, hook_data_t info, void *arg)
int ipf_nic_event_v6(hook_event_token_t event, hook_data_t info, void *arg)
static int ipf_nic_event_v4 __P((hook_event_token_t, hook_data_t, void *));
static int ipf_nic_event_v6 __P((hook_event_token_t, hook_data_t, void *));
static int ipf_hook4_in __P((hook_event_token_t, hook_data_t, void *));
static int ipf_hook4_out __P((hook_event_token_t, hook_data_t, void *));
static int ipf_hook4_loop_out __P((hook_event_token_t, hook_data_t,
static int ipf_hook4_loop_in __P((hook_event_token_t, hook_data_t, void *));
static int ipf_hook6_out __P((hook_event_token_t, hook_data_t, void *));
static int ipf_hook6_in __P((hook_event_token_t, hook_data_t, void *));
static int ipf_hook6_loop_out __P((hook_event_token_t, hook_data_t,
static int ipf_hook6_loop_in __P((hook_event_token_t, hook_data_t,
static int ipf_hookviona_in __P((hook_event_token_t, hook_data_t, void *));
static int ipf_hookviona_out __P((hook_event_token_t, hook_data_t,
static int ipnet_nicevent_cb(hook_event_token_t, hook_data_t, void *);
ipnet_nicevent_cb(hook_event_token_t token, hook_data_t info, void *arg)
static int ipobs_bounce_func(hook_event_token_t, hook_data_t, void *);
static int ipnet_bpf_bounce(hook_event_token_t, hook_data_t, void *);
ipobs_bounce_func(hook_event_token_t token, hook_data_t info, void *arg)
ipnet_bpf_bounce(hook_event_token_t token, hook_data_t info, void *arg)
hook_run(hook_family_int_t *hfi, hook_event_token_t token, hook_data_t info)
hook_event_token_t, token,
hook_event_token_t, token,
hook_event_token_t, token,
hook_event_token_t, token,
hook_event_token_t
return ((hook_event_token_t)hei);
typedef int (* hook_func_t)(hook_event_token_t, hook_data_t, void *);
extern int hook_run(hook_family_int_t *, hook_event_token_t, hook_data_t);
extern hook_event_token_t net_event_register(net_handle_t, hook_event_t *);
hook_event_token_t het;
hook_event_token_t vnh_token_in;
hook_event_token_t vnh_token_out;