Home
last modified time | relevance | path

Searched refs:IFT_PFSYNC (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net/
H A Dif_types.h258 IFT_PFSYNC = 0xf7, /* PF packet filter synchronization */ enumerator
/f-stack/tools/compat/include/net/
H A Dif_types.h258 IFT_PFSYNC = 0xf7, /* PF packet filter synchronization */ enumerator
/f-stack/freebsd/netpfil/pf/
H A Dif_pfsync.c341 ifp = sc->sc_ifp = if_alloc(IFT_PFSYNC); in pfsync_clone_create()
350 ifp->if_type = IFT_PFSYNC; in pfsync_clone_create()
/f-stack/freebsd/netinet6/
H A Din6.c2493 case IFT_PFSYNC: in in6_domifattach()