Home
last modified time | relevance | path

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

/openbsd/usr.sbin/dhcpd/
H A Dsync.h48 u_int16_t sh_length; member
H A Dsync.c266 len < ntohs(hdr->sh_length)) in sync_recv()
268 len = ntohs(hdr->sh_length); in sync_recv()
418 hdr.sh_length = htons(sizeof(hdr) + sizeof(lv) + padlen + sizeof(end)); in sync_lease()
/openbsd/libexec/spamd/
H A Dsync.h49 u_int16_t sh_length; member
H A Dsync.c272 len < ntohs(hdr->sh_length)) in sync_recv()
274 len = ntohs(hdr->sh_length); in sync_recv()
455 hdr.sh_length = htons(sizeof(hdr) + sglen + padlen + sizeof(end)); in sync_update()
546 hdr.sh_length = htons(sizeof(hdr) + sizeof(sd) + sizeof(end)); in sync_addr()