Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/ipf/ipfsync/
HDipfsyncd.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()
HDipsyncm.c66 synchdr_t *sh;
153 sh = (synchdr_t *)buff;
HDipsyncs.c66 synchdr_t *sh;
171 sh = (synchdr_t *)buff;
/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDip_sync.h23 } synchdr_t; typedef
HDip_sync.c131 static int ipf_sync_nat(ipf_main_softc_t *, synchdr_t *, void *);
132 static int ipf_sync_state(ipf_main_softc_t *, synchdr_t *, void *);
414 synchdr_t sh; in ipf_sync_write()
641 ipf_sync_state(ipf_main_softc_t *softc, synchdr_t *sp, void *data) in ipf_sync_state()
869 ipf_sync_nat(ipf_main_softc_t *softc, synchdr_t *sp, void *data) in ipf_sync_nat()