Searched refs:SOCK_DGRAM (Results 1 – 4 of 4) sorted by relevance
30 SOCK_DGRAM = 1, enumerator
189 notify_sock = socket(PF_UNIX, SOCK_DGRAM, 0); in mconsole_notify()
646 dsthints.ai_socktype = SOCK_DGRAM; in user_init_socket_fds()
367 int err, type = stream ? SOCK_STREAM : SOCK_DGRAM; in os_pipe()547 sock = socket(PF_UNIX, SOCK_DGRAM, 0); in os_create_unix_socket()
Completed in 12 milliseconds