Home
last modified time | relevance | path

Searched refs:SOCK_DGRAM (Results 1 – 7 of 7) 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.c71 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()
/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.c336 int err, type = stream ? SOCK_STREAM : SOCK_DGRAM; in os_pipe()
509 sock = socket(PF_UNIX, SOCK_DGRAM, 0); in os_create_unix_socket()