Searched refs:SOCK_DGRAM (Results 1 – 7 of 7) sorted by relevance
/arch/mips/include/asm/ |
D | socket.h | 30 SOCK_DGRAM = 1, enumerator
|
/arch/um/drivers/ |
D | umcast_user.c | 78 fd = socket(AF_INET, SOCK_DGRAM, 0); in umcast_open()
|
D | daemon_user.c | 71 fd = socket(AF_UNIX, SOCK_DGRAM, 0); in connect_to_switch()
|
D | mconsole_user.c | 187 notify_sock = socket(PF_UNIX, SOCK_DGRAM, 0); in mconsole_notify()
|
/arch/um/os-Linux/drivers/ |
D | tuntap_user.c | 159 err = socketpair(AF_UNIX, SOCK_DGRAM, 0, fds); in tuntap_open()
|
D | ethertap_user.c | 147 err = socketpair(AF_UNIX, SOCK_DGRAM, 0, data_fds); in etap_open()
|
/arch/um/os-Linux/ |
D | file.c | 336 int err, type = stream ? SOCK_STREAM : SOCK_DGRAM; in os_pipe() 509 sock = socket(PF_UNIX, SOCK_DGRAM, 0); in os_create_unix_socket()
|