Home
last modified time | relevance | path

Searched refs:SF_dst_host_handler (Results 1 – 2 of 2) sorted by relevance

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dpkt_handlers.h147 extern void SF_dst_host_handler(struct channels_list_entry *, struct packet_ptrs *, char **);
H A Dpkt_handlers.c126 …e if (config.acct_type == ACCT_SF) channels_list[index].phandler[primitives] = SF_dst_host_handler; in evaluate_packet_handlers()
202 …e if (config.acct_type == ACCT_SF) channels_list[index].phandler[primitives] = SF_dst_host_handler; in evaluate_packet_handlers()
257 …e if (config.acct_type == ACCT_SF) channels_list[index].phandler[primitives] = SF_dst_host_handler; in evaluate_packet_handlers()
4574 void SF_dst_host_handler(struct channels_list_entry *chptr, struct packet_ptrs *pptrs, char **data) in SF_dst_host_handler() function