Searched refs:SOCK_RAW (Results 1 – 3 of 3) sorted by relevance
198 sock_raw = socket(socket_family, SOCK_RAW, 0x99); in thread_0_entry()296 sock_raw = socket(socket_family, SOCK_RAW, 0x99); in thread_1_entry()
298 #define SOCK_RAW 3 /* Raw socket … macro
767 if ((type != SOCK_STREAM) && (type != SOCK_DGRAM) && (type != SOCK_RAW)) in nx_bsd_socket()784 if((protocolFamily == AF_PACKET) && (type != SOCK_RAW)) in nx_bsd_socket()1057 else if (type == SOCK_RAW) in nx_bsd_socket()13858 ((hints -> ai_socktype == SOCK_RAW) && (hints -> ai_protocol != IPPROTO_RAW))) in nx_bsd_getaddrinfo()13884 match_service_socktype[2] = SOCK_RAW; in nx_bsd_getaddrinfo()13918 else if(hints -> ai_socktype == SOCK_RAW) in nx_bsd_getaddrinfo()