Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/samples/
Ddemo_bsd_raw.c198 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()
/NetX-Duo-v6.3.0/addons/BSD/
Dnxd_bsd.h298 #define SOCK_RAW 3 /* Raw socket … macro
Dnxd_bsd.c767 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()