Searched refs:ipmon_msg_t (Results 1 – 8 of 8) sorted by relevance
/freebsd/sbin/ipf/common/ |
H A D | ipmon.h | 16 } 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 D | save_nothing.c | 6 static int nothing_send(void *, ipmon_msg_t *); 48 nothing_send(void *ctx, ipmon_msg_t *msg) in nothing_send()
|
H A D | save_execute.c | 6 static int execute_send(void *, ipmon_msg_t *); 64 execute_send(void *ctx, ipmon_msg_t *msg) in execute_send()
|
H A D | save_file.c | 6 static int file_send(void *, ipmon_msg_t *); 112 file_send(void *ctx, ipmon_msg_t *msg) in file_send()
|
H A D | save_syslog.c | 7 static int syslog_send(void *, ipmon_msg_t *); 115 syslog_send(void *ctx, ipmon_msg_t *msg) in syslog_send()
|
H A D | save_v2trap.c | 22 static int snmpv2_send(void *, ipmon_msg_t *); 222 snmpv2_send(void *ctx, ipmon_msg_t *msg) in snmpv2_send()
|
H A D | save_v1trap.c | 24 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 D | ipmon_y.y | 434 ipmon_msg_t msg; in check_action()
|