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

  /src/sys/external/bsd/ipf/netinet/
ip_sync.h 62 struct synchdr sl_hdr; member in struct:synclist
73 #define sl_magic sl_hdr.sm_magic
74 #define sl_v sl_hdr.sm_v
75 #define sl_p sl_hdr.sm_p
76 #define sl_cmd sl_hdr.sm_cmd
77 #define sl_rev sl_hdr.sm_rev
78 #define sl_table sl_hdr.sm_table
79 #define sl_num sl_hdr.sm_num
80 #define sl_len sl_hdr.sm_len
ip_sync.c 747 bcopy(sp, &sl->sl_hdr, sizeof(struct synchdr));
780 if (sl->sl_hdr.sm_num == sp->sm_num)
796 sp->sm_num, sl->sl_hdr.sm_v, sl->sl_hdr.sm_p,
797 sl->sl_hdr.sm_cmd, sl->sl_hdr.sm_table,
798 sl->sl_hdr.sm_rev);
972 if (sl->sl_hdr.sm_num == sp->sm_num)
1055 if (ss->sl_hdr.sm_num == softs->ipf_sync_num)
1072 if (ss->sl_hdr.sm_num == softs->ipf_sync_num
    [all...]
  /src/external/bsd/ipf/dist/
ip_sync.h 62 struct synchdr sl_hdr; member in struct:synclist
73 #define sl_magic sl_hdr.sm_magic
74 #define sl_v sl_hdr.sm_v
75 #define sl_p sl_hdr.sm_p
76 #define sl_cmd sl_hdr.sm_cmd
77 #define sl_rev sl_hdr.sm_rev
78 #define sl_table sl_hdr.sm_table
79 #define sl_num sl_hdr.sm_num
80 #define sl_len sl_hdr.sm_len
ip_sync.c 763 bcopy(sp, &sl->sl_hdr, sizeof(struct synchdr));
796 if (sl->sl_hdr.sm_num == sp->sm_num)
812 sp->sm_num, sl->sl_hdr.sm_v, sl->sl_hdr.sm_p,
813 sl->sl_hdr.sm_cmd, sl->sl_hdr.sm_table,
814 sl->sl_hdr.sm_rev);
997 if (sl->sl_hdr.sm_num == sp->sm_num)
1084 if (ss->sl_hdr.sm_num == softs->ipf_sync_num)
1101 if (ss->sl_hdr.sm_num == softs->ipf_sync_num
    [all...]

Completed in 26 milliseconds