Lines Matching refs:moniker
50 char *moniker; member
260 char **moniker) in get_moniker() argument
263 retstring(client, *moniker); in get_moniker()
281 err(1, "failed to build socket for %s's logging port", c->moniker); in wait_log()
286 err(1, "failed to bind %s's logging port", c->moniker); in wait_log()
289 err(1, "failed to listen %s's logging port", c->moniker); in wait_log()
294 err(1, "failed to get address of local socket for %s", c->moniker); in wait_log()
304 err(1, "failed to accept local socket for %s", c->moniker); in wait_log()
422 errx(1, "get_mic failed to host: %s", c1->moniker); in test_mic()
425 errx(1, "verify_mic failed to host: %s", c2->moniker); in test_mic()
445 warnx("encrypt_token failed to host: %s", c1->moniker); in test_wrap()
451 warnx("decrypt_token failed to host: %s", c2->moniker); in test_wrap()
490 warnx("encrypt_token failed to host: %s", c1->moniker); in test_wrap_ext()
496 warnx("decrypt_token failed to host: %s", c2->moniker); in test_wrap_ext()
662 get_moniker(c, &c->moniker); in connect_client()
664 c->moniker = c->name; in connect_client()
672 printf("starting log socket to client %s\n", c->moniker); in connect_client()
819 clients[i]->moniker, (int)val); in main()
842 c->moniker, c->target_name); in main()
913 printf("%s -> %s\n", client->moniker, server->moniker); in main()
932 warnx("no delegated cred on %s", server->moniker); in main()