ip_sync.h | 68 } synclist_t; typedef in typeref:struct:synclist 110 extern void ipf_sync_del_nat(void *, synclist_t *); 111 extern void ipf_sync_del_state(void *, synclist_t *); 114 extern synclist_t *ipf_sync_new(ipf_main_softc_t *, int, fr_info_t *, void *); 118 extern void ipf_sync_update(ipf_main_softc_t *, int, fr_info_t *, synclist_t *);
|