Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rpc.statd/
H A Dfile.c175 char buf[HEADER_LEN]; in init_file()
202 if ((status_file_len < (off_t)HEADER_LEN) || (status_file_len in init_file()
203 < (off_t)(HEADER_LEN + sizeof(HostInfo) * status_info->noOfHosts)) ) in init_file()
215 write(status_fd, buf, HEADER_LEN); in init_file()
216 status_file_len = HEADER_LEN; in init_file()
H A Dstatd.h95 #define HEADER_LEN (sizeof(FileLayout) - sizeof(HostInfo)) macro