Home
last modified time | relevance | path

Searched refs:sle_hdr (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/
H A Dip_sync.c1140 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);
H A Dip_sync.h93 struct synchdr sle_hdr; member
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_sync.c1111 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()
H A Dip_sync.h93 struct synchdr sle_hdr; member