RAW socket, access raw data, without it being handled by the IP stack

Property definitions

socket $ NativeSocketTypes :: sock_raw
	# RAW socket, access raw data, without it being handled by the IP stack
	new sock_raw `{ return SOCK_RAW; `}
lib/socket/socket_c.nit:420,2--421,36