Searched refs:notify_sock (Results 1 – 1 of 1) sorted by relevance
179 static int notify_sock = -1; variable188 if (notify_sock < 0) { in mconsole_notify()189 notify_sock = socket(PF_UNIX, SOCK_DGRAM, 0); in mconsole_notify()190 if (notify_sock < 0) { in mconsole_notify()213 n = sendto(notify_sock, &packet, len, 0, (struct sockaddr *) &target, in mconsole_notify()
Completed in 4 milliseconds