Searched refs:SOCK_RAW (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/bionic/ |
D | bionic_netlink.cpp | 59 fd_.reset(socket(PF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, NETLINK_ROUTE)); in SendRequest()
|
/bionic/tests/headers/posix/ |
D | sys_socket_h.c | 89 MACRO(SOCK_RAW); in sys_socket_h()
|
/bionic/libc/include/sys/ |
D | socket.h | 51 #define SOCK_RAW 3 macro
|
/bionic/libc/dns/net/ |
D | getaddrinfo.c | 179 { PF_INET6, SOCK_RAW, ANY, NULL, 0x05 }, 183 { PF_INET, SOCK_RAW, ANY, NULL, 0x05 }, 186 { PF_UNSPEC, SOCK_RAW, ANY, NULL, 0x05 }, 1165 case SOCK_RAW: in get_port()
|