Searched refs:sl_hdr (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_sync.h | 58 struct synchdr sl_hdr; member 69 #define sl_magic sl_hdr.sm_magic 70 #define sl_v sl_hdr.sm_v 71 #define sl_p sl_hdr.sm_p 72 #define sl_cmd sl_hdr.sm_cmd 73 #define sl_rev sl_hdr.sm_rev 74 #define sl_table sl_hdr.sm_table 75 #define sl_num sl_hdr.sm_num 76 #define sl_len sl_hdr.sm_len
|
| H A D | ip_sync.c | 705 bcopy(sp, &sl->sl_hdr, sizeof(struct synchdr)); in ipf_sync_state() 743 if (sl->sl_hdr.sm_num == sp->sm_num) in ipf_sync_state() 759 sp->sm_num, sl->sl_hdr.sm_v, sl->sl_hdr.sm_p, in ipf_sync_state() 760 sl->sl_hdr.sm_cmd, sl->sl_hdr.sm_table, in ipf_sync_state() 761 sl->sl_hdr.sm_rev); in ipf_sync_state() 945 if (sl->sl_hdr.sm_num == sp->sm_num) in ipf_sync_nat() 1028 if (ss->sl_hdr.sm_num == softs->ipf_sync_num) in ipf_sync_new() 1045 if (ss->sl_hdr.sm_num == softs->ipf_sync_num) in ipf_sync_new() 1090 bcopy((char *)&sl->sl_hdr, (char *)&sle->sle_hdr, in ipf_sync_new() 1146 bcopy((char *)&sl->sl_hdr, (char *)&slu->sup_hdr, in ipf_sync_update()
|