Searched defs:whod (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/head/protocols/
H A Drwhod.h54 struct whod { struct
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rwhod.c135 static struct whod mywd;
145 static int verify(const struct whod *);
254 struct whod wd;
255 int cc, whod; local
258 cc = recvfrom(s, &wd, sizeof (struct whod), 0,
286 (void) sprintf(path, "whod.%s", wd.wd_hostname);
291 whod = open(path, O_WRONLY | O_CREAT, 0644);
292 if (whod < 0) {
317 (void) write(whod, &wd, cc);
318 if (fstat(whod,
[all...]

Completed in 45 milliseconds