Home
last modified time | relevance | path

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

/freebsd/usr.bin/rwall/
H A Drwall.c67 char *wallhost, res; in main() local
74 wallhost = argv[1]; in main()
83 cl = clnt_create(wallhost, WALLPROG, WALLVERS, "udp"); in main()
89 errx(1, "%s", clnt_spcreateerror(wallhost)); in main()
100 errx(1, "%s", clnt_sperror(cl, wallhost)); in main()