Home
last modified time | relevance | path

Searched refs:SOCK_RAW (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/bionic/
Dbionic_netlink.cpp59 fd_.reset(socket(PF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, NETLINK_ROUTE)); in SendRequest()
/bionic/tests/headers/posix/
Dsys_socket_h.c89 MACRO(SOCK_RAW); in sys_socket_h()
/bionic/libc/include/sys/
Dsocket.h51 #define SOCK_RAW 3 macro
/bionic/libc/dns/net/
Dgetaddrinfo.c179 { 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()