Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dsocket.h30 SOCK_DGRAM = 1, enumerator
/arch/um/drivers/
Dumcast_user.c78 fd = socket(AF_INET, SOCK_DGRAM, 0); in umcast_open()
Ddaemon_user.c72 fd = socket(AF_UNIX, SOCK_DGRAM, 0); in connect_to_switch()
Dmconsole_user.c187 notify_sock = socket(PF_UNIX, SOCK_DGRAM, 0); in mconsole_notify()
Dvector_user.c565 dsthints.ai_socktype = SOCK_DGRAM; in user_init_socket_fds()
/arch/um/os-Linux/drivers/
Dtuntap_user.c159 err = socketpair(AF_UNIX, SOCK_DGRAM, 0, fds); in tuntap_open()
Dethertap_user.c147 err = socketpair(AF_UNIX, SOCK_DGRAM, 0, data_fds); in etap_open()
/arch/um/os-Linux/
Dfile.c377 int err, type = stream ? SOCK_STREAM : SOCK_DGRAM; in os_pipe()
550 sock = socket(PF_UNIX, SOCK_DGRAM, 0); in os_create_unix_socket()