Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dsocket.h53 #define SOCK_RAW 3 macro
61 #define SOCK_RAW 3 macro
/bionic/libc/dns/net/
Dgetaddrinfo.c180 { PF_INET6, SOCK_RAW, ANY, NULL, 0x05 },
184 { PF_INET, SOCK_RAW, ANY, NULL, 0x05 },
187 { PF_UNSPEC, SOCK_RAW, ANY, NULL, 0x05 },
1160 case SOCK_RAW: in get_port()