Home
last modified time | relevance | path

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

/titanic_44/usr/src/head/protocols/
H A Drwhod.h63 struct whoent { struct
66 } wd_we[1024 / sizeof (struct whoent)];
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rwhod.c299 int i, n = (cc - WHDRSIZE)/sizeof (struct whoent); in main()
300 struct whoent *we; in main()
370 struct whoent *we = mywd.wd_we, *wlast; in onalrm()
400 wlast = &mywd.wd_we[1024 / sizeof (struct whoent) - 1]; in onalrm()
715 struct whoent *we; in sendto()
727 for (we = w->wd_we, cc /= sizeof (struct whoent); cc > 0; cc--, we++) { in sendto()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/
H A Drwho.c82 register struct whoent *we; in main()
123 for (n = cc / sizeof (struct whoent); n > 0; n--) { in main()
H A Druptime.c83 struct whoent *we; in main()
177 we = (struct whoent *)(((char *)buf)+cc); in main()