Searched refs:sle_hdr (Results 1 – 4 of 4) sorted by relevance
1140 bcopy((char *)&sl->sl_hdr, (char *)&sle->sle_hdr,1141 sizeof(sle->sle_hdr));1142 sle->sle_hdr.sm_num = htonl(sle->sle_hdr.sm_num);1143 sle->sle_hdr.sm_len = htonl(sle->sle_hdr.sm_len);
93 struct synchdr sle_hdr; member
1111 bcopy((char *)&sl->sl_hdr, (char *)&sle->sle_hdr, in ipf_sync_new()1112 sizeof(sle->sle_hdr)); in ipf_sync_new()1113 sle->sle_hdr.sm_num = htonl(sle->sle_hdr.sm_num); in ipf_sync_new()1114 sle->sle_hdr.sm_len = htonl(sle->sle_hdr.sm_len); in ipf_sync_new()