Searched refs:synchdr_t (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipfsyncd.c50 void printsynchdr __P((synchdr_t *));
458 synchdr_t *sh;
471 sh = (synchdr_t *)buff;
520 synchdr_t *sh;
533 sh = (synchdr_t *)buf;
569 sh = (synchdr_t *)(buf + sendlen);
645 synchdr_t *sh;
647 sh = (synchdr_t *)buff;
668 synchdr_t *sh;
H A Dipsyncm.c67 synchdr_t *sh;
154 sh = (synchdr_t *)buff;
H A Dipsyncs.c67 synchdr_t *sh;
172 sh = (synchdr_t *)buff;
/netbsd-current/external/bsd/ipf/dist/
H A Dip_sync.h25 } synchdr_t; typedef in typeref:struct:synchdr
34 #define SMC_CREATE 0 /* pass ipstate_t after synchdr_t */
H A Dip_sync.c144 static int ipf_sync_nat __P((ipf_main_softc_t *, synchdr_t *, void *));
145 static int ipf_sync_state __P((ipf_main_softc_t *, synchdr_t *, void *));
442 synchdr_t sh;
697 synchdr_t *sp;
934 synchdr_t *sp;
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_sync.h25 } synchdr_t; typedef in typeref:struct:synchdr
34 #define SMC_CREATE 0 /* pass ipstate_t after synchdr_t */
H A Dip_sync.c148 static int ipf_sync_nat(ipf_main_softc_t *, synchdr_t *, void *);
149 static int ipf_sync_state(ipf_main_softc_t *, synchdr_t *, void *);
431 synchdr_t sh;
682 ipf_sync_state(ipf_main_softc_t *softc, synchdr_t *sp, void *data)
910 ipf_sync_nat(ipf_main_softc_t *softc, synchdr_t *sp, void *data)

Completed in 130 milliseconds