OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pfsync_header
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/tcpdump/dist/
print-pfsync.c
86
static void pfsync_print(netdissect_options *, struct
pfsync_header
*, int);
100
pfsync_print(ndo, (struct
pfsync_header
*)p,
101
caplen - sizeof(struct
pfsync_header
));
111
struct
pfsync_header
*hdr = (struct
pfsync_header
*)bp;
116
pfsync_print(ndo, hdr, (len - sizeof(struct
pfsync_header
)));
121
pfsync_print(netdissect_options *ndo, struct
pfsync_header
*hdr, int len)
/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 60 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026