Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rwhod.c133 static struct whod mywd; variable
137 #define WHDRSIZE (sizeof (mywd) - sizeof (mywd.wd_we))
221 (void) strlcpy(mywd.wd_hostname, myname, sizeof (mywd.wd_hostname)); in main()
417 utmpxent = we - mywd.wd_we; in onalrm()
429 we = mywd.wd_we; in onalrm()
442 cc = (char *)we - (char *)&mywd; in onalrm()
444 mywd.wd_vers = WHODVERSION; in onalrm()
445 mywd.wd_type = WHODTYPE_STATUS; in onalrm()
447 (void) sendto(s, &mywd, cc, 0, in onalrm()
463 (void) sendto(s, &mywd, cc, 0, in onalrm()
[all …]