Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/protocols/
H A Drwhod.h61 struct whoent { struct
64 } wd_we[1024 / sizeof (struct whoent)];
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rwhod.c297 int i, n = (cc - WHDRSIZE)/sizeof (struct whoent); in main()
298 struct whoent *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()
713 struct whoent *we; in sendto()
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.c80 register struct whoent *we; in main()
121 for (n = cc / sizeof (struct whoent); n > 0; n--) { in main()
H A Druptime.c81 struct whoent *we; in main()
175 we = (struct whoent *)(((char *)buf)+cc); in main()