Searched refs:sl_hdr (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dip_sync.h60 struct synchdr sl_hdr; member in struct:synclist
71 #define sl_magic sl_hdr.sm_magic
72 #define sl_v sl_hdr.sm_v
73 #define sl_p sl_hdr.sm_p
74 #define sl_cmd sl_hdr.sm_cmd
75 #define sl_rev sl_hdr.sm_rev
76 #define sl_table sl_hdr.sm_table
77 #define sl_num sl_hdr.sm_num
78 #define sl_len sl_hdr.sm_len
H A Dip_sync.c757 bcopy(sp, &sl->sl_hdr, sizeof(struct synchdr));
790 if (sl->sl_hdr.sm_num == sp->sm_num)
806 sp->sm_num, sl->sl_hdr.sm_v, sl->sl_hdr.sm_p,
807 sl->sl_hdr.sm_cmd, sl->sl_hdr.sm_table,
808 sl->sl_hdr.sm_rev);
991 if (sl->sl_hdr.sm_num == sp->sm_num)
1078 if (ss->sl_hdr.sm_num == softs->ipf_sync_num)
1095 if (ss->sl_hdr
[all...]

Completed in 156 milliseconds