Home
last modified time | relevance | path

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

/freebsd/include/protocols/
H A Drwhod.h55 struct whoent { struct
58 } wd_we[1024 / sizeof (struct whoent)];
/freebsd/usr.sbin/rwhod/
H A Drwhod.c409 struct whoent *we; in receiver_process()
412 n = (cc - WHDRSIZE) / sizeof(struct whoent); in receiver_process()
447 struct whoent *we, *wend; in sender_process()
456 wend = &mywd.wd_we[1024 / sizeof(struct whoent)]; in sender_process()
713 struct whoent *we; in Sendto()
726 for (we = w->wd_we, cc /= sizeof(struct whoent); cc > 0; cc--, we++) { in Sendto()
/freebsd/usr.bin/rwho/
H A Drwho.c82 struct whoent *we; in main()
148 for (n = cc / sizeof(struct whoent); n > 0; n--) { in main()
/freebsd/usr.bin/ruptime/
H A Druptime.c182 struct whoent *we; in ruptime()