Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_sync.c1071 bcopy((char *)&sl->sl_hdr, (char *)&sle->sle_hdr, in ipf_sync_new()
1072 sizeof(sle->sle_hdr)); in ipf_sync_new()
1073 sle->sle_hdr.sm_num = htonl(sle->sle_hdr.sm_num); in ipf_sync_new()
1074 sle->sle_hdr.sm_len = htonl(sle->sle_hdr.sm_len); in ipf_sync_new()
Dip_sync.h91 struct synchdr sle_hdr; member