Home
last modified time | relevance | path

Searched defs:HostConf (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/bin/cpdup/
H A Dhclink.h32 struct HostConf { struct
33 char *host; /* [user@]host */
34 int fdin; /* pipe */
35 int fdout; /* pipe */
36 int error; /* permanent failure code */
37 pid_t pid;
38 int version; /* cpdup protocol version */
39 struct HCHostDesc *hostdescs;
40 struct HCTransaction trans;