Searched refs:SOCK_DCCP (Results 1 – 9 of 9) sorted by relevance
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/ |
D | socket_type.h | 39 SOCK_DCCP = 6, enumerator 40 #define SOCK_DCCP SOCK_DCCP /* Datagram Congestion Control Protocol. */ macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/ |
D | socket_type.h | 39 SOCK_DCCP = 6, /* Datagram Congestion Control Protocol. */ enumerator 40 #define SOCK_DCCP SOCK_DCCP macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/bits/ |
D | socket_type.h | 39 SOCK_DCCP = 6, /* Datagram Congestion Control Protocol. */ enumerator 40 #define SOCK_DCCP SOCK_DCCP macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/ |
D | socket_type.h | 39 SOCK_DCCP = 6, /* Datagram Congestion Control Protocol. */ enumerator 40 #define SOCK_DCCP SOCK_DCCP macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | socket_type.h | 39 SOCK_DCCP = 6, /* Datagram Congestion Control Protocol. */ enumerator 40 #define SOCK_DCCP SOCK_DCCP macro
|
/glibc-2.36/nss/ |
D | getent.c | 381 #ifdef SOCK_DCCP in ahosts_keys_int() 382 else if (runp->ai_socktype == SOCK_DCCP) in ahosts_keys_int()
|
/glibc-2.36/sysdeps/posix/ |
D | getaddrinfo.c | 136 #if defined SOCK_DCCP && defined IPPROTO_DCCP 137 { SOCK_DCCP, IPPROTO_DCCP, 0, false, "dccp" },
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.ports-mips | 2212 (SOCK_DCCP): Define.
|
D | ChangeLog.17 | 6860 * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
|