Home
last modified time | relevance | path

Searched defs:pf_pdesc (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/compat/include/net/
H A Dpfvar.h747 struct pf_pdesc { struct
748 struct {
752 } lookup;
754 union {
762 } hdr;
767 u_int16_t *sport;
768 u_int16_t *dport;
773 u_int16_t *ip_sum;
779 sa_family_t af;
780 u_int8_t proto;
[all …]
/f-stack/freebsd/net/
H A Dpfvar.h896 struct pf_pdesc { struct
897 struct {
901 } lookup;
903 union {
911 } hdr;
916 u_int16_t *sport;
917 u_int16_t *dport;
922 u_int16_t *ip_sum;
928 sa_family_t af;
929 u_int8_t proto;
[all …]