Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rwhod.c137 #define WHDRSIZE (sizeof (mywd) - sizeof (mywd.wd_we))
305 we = wd.wd_we; in main()
368 struct whoent *we = mywd.wd_we, *wlast; in onalrm()
398 wlast = &mywd.wd_we[1024 / sizeof (struct whoent) - 1]; in onalrm()
417 utmpxent = we - mywd.wd_we; in onalrm()
429 we = mywd.wd_we; in onalrm()
725 for (we = w->wd_we, cc /= sizeof (struct whoent); cc > 0; cc--, we++) { in sendto()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drwho.c64 #define WHDRSIZE (sizeof (wd) - sizeof (wd.wd_we))
120 we = w->wd_we; in main()
H A Druptime.c162 int whdrsize = sizeof (*buf) - sizeof (buf->wd_we); in main()
176 while (--we >= wd->wd_we) in main()
/illumos-gate/usr/src/head/protocols/
H A Drwhod.h64 } wd_we[1024 / sizeof (struct whoent)]; member