Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ipfilter/tools/
Dipfsyncd.c48 void printsynchdr(synchdr_t *);
456 synchdr_t *sh;
469 sh = (synchdr_t *)buff;
518 synchdr_t *sh;
531 sh = (synchdr_t *)buf;
567 sh = (synchdr_t *)(buf + sendlen);
643 synchdr_t *sh;
645 sh = (synchdr_t *)buff;
666 synchdr_t *sh; in printsynchdr()
Dipsyncm.c67 synchdr_t *sh;
154 sh = (synchdr_t *)buff;
Dipsyncs.c67 synchdr_t *sh;
172 sh = (synchdr_t *)buff;
/freebsd-12-stable/sbin/ipf/ipfsync/
Dipfsyncd.c48 void printsynchdr(synchdr_t *);
456 synchdr_t *sh;
469 sh = (synchdr_t *)buff;
518 synchdr_t *sh;
531 sh = (synchdr_t *)buf;
567 sh = (synchdr_t *)(buf + sendlen);
643 synchdr_t *sh;
645 sh = (synchdr_t *)buff;
666 synchdr_t *sh; in printsynchdr()
Dipsyncm.c67 synchdr_t *sh;
154 sh = (synchdr_t *)buff;
Dipsyncs.c67 synchdr_t *sh;
172 sh = (synchdr_t *)buff;
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_sync.h23 } synchdr_t; typedef
Dip_sync.c132 static int ipf_sync_nat(ipf_main_softc_t *, synchdr_t *, void *);
133 static int ipf_sync_state(ipf_main_softc_t *, synchdr_t *, void *);
415 synchdr_t sh; in ipf_sync_write()
642 ipf_sync_state(ipf_main_softc_t *softc, synchdr_t *sp, void *data) in ipf_sync_state()
870 ipf_sync_nat(ipf_main_softc_t *softc, synchdr_t *sp, void *data) in ipf_sync_nat()