Home
last modified time | relevance | path

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

/systemd-251/src/reply-password/
Dreply-password.c18 static int send_on_socket(int fd, const char *socket_name, const void *packet, size_t size) { in send_on_socket() function
78 return send_on_socket(fd, argv[2], packet, length); in run()