Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_sync.c1090 bcopy((char *)&sl->sl_hdr, (char *)&sle->sle_hdr, in ipf_sync_new()
1091 sizeof(sle->sle_hdr)); in ipf_sync_new()
1092 sle->sle_hdr.sm_num = htonl(sle->sle_hdr.sm_num); in ipf_sync_new()
1093 sle->sle_hdr.sm_len = htonl(sle->sle_hdr.sm_len); in ipf_sync_new()
H A Dip_sync.h89 struct synchdr sle_hdr; member