HomeSort by: relevance | last modified time | path
    Searched refs:pfsync_header (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dist/pf/net/
if_pfsync.c 98 (sizeof(struct pfsync_header) + sizeof(struct pf_state))
357 struct pfsync_header *ph;
405 ph = (struct pfsync_header *)((char *)ip + iplen);
1033 sc->sc_maxcount = (mtu - sizeof(struct pfsync_header)) /
1037 sc->sc_if.if_mtu = sizeof(struct pfsync_header) +
1044 struct pfsync_header *h;
1060 len = sizeof(struct pfsync_header) +
1065 sizeof(struct pfsync_header);
1069 sizeof(struct pfsync_header);
1073 sizeof(struct pfsync_header);
    [all...]
if_pfsync.h 138 struct pfsync_header { struct
161 #define PFSYNC_HDRLEN sizeof(struct pfsync_header)

Completed in 15 milliseconds