Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dsocket.h39 #define SOCK_RAW 3 macro
/bionic/libc/netbsd/net/
Dgetaddrinfo.c173 { PF_INET6, SOCK_RAW, ANY, NULL, 0x05 },
177 { PF_INET, SOCK_RAW, ANY, NULL, 0x05 },
180 { PF_UNSPEC, SOCK_RAW, ANY, NULL, 0x05 },
1164 case SOCK_RAW: in get_port()