Go to the documentation of this file.
7 #if HAVE_MACHINE_TYPES_H
8 # include <machine/types.h>
11 #include <netinet/in.h>
31 memcpy(&l, lead,
sizeof(l));
41 if (
Fwrite(&l, 1,
sizeof(l), fd) !=
sizeof(l))
51 memset(lead, 0,
sizeof(*lead));
54 if (
timedRead(fd, (
char *)lead,
sizeof(*lead)) !=
sizeof(*lead)) {