Home
last modified time | relevance | path

Searched refs:ipmon_msg_t (Results 1 – 8 of 8) sorted by relevance

/freebsd/sbin/ipf/common/
H A Dipmon.h16 } ipmon_msg_t; typedef
23 typedef int (*ims_store_func_t)(void *, ipmon_msg_t *);
49 int (*ipmd_store)(void *, ipmon_msg_t *);
/freebsd/sbin/ipf/libipf/
H A Dsave_nothing.c6 static int nothing_send(void *, ipmon_msg_t *);
48 nothing_send(void *ctx, ipmon_msg_t *msg) in nothing_send()
H A Dsave_execute.c6 static int execute_send(void *, ipmon_msg_t *);
64 execute_send(void *ctx, ipmon_msg_t *msg) in execute_send()
H A Dsave_file.c6 static int file_send(void *, ipmon_msg_t *);
112 file_send(void *ctx, ipmon_msg_t *msg) in file_send()
H A Dsave_syslog.c7 static int syslog_send(void *, ipmon_msg_t *);
115 syslog_send(void *ctx, ipmon_msg_t *msg) in syslog_send()
H A Dsave_v2trap.c22 static int snmpv2_send(void *, ipmon_msg_t *);
222 snmpv2_send(void *ctx, ipmon_msg_t *msg) in snmpv2_send()
H A Dsave_v1trap.c24 static int snmpv1_send(void *, ipmon_msg_t *);
217 snmpv1_send(void *ctx, ipmon_msg_t *msg) in snmpv1_send()
/freebsd/sbin/ipf/ipmon/
H A Dipmon_y.y434 ipmon_msg_t msg; in check_action()