/**************************************************************************** * * * Copyright 2004-2011 NetApp Inc. All rights reserved. This file is * * confidential and a trade secret of NetApp Inc. The receipt or * * possession of this file does not convey any rights to reproduce or * * disclose its contents or to manufacture, use, or sell anything it may * * describe, in whole, or in part, without the specific written consent of * * LSI Corporation. * * * ****************************************************************************/ /**************************************************************************** * * * NAME fwdCmd.h * * SUMMARY * * VERSION %version: % * * UPDATE DATE %date_modified: % * * PROGRAMMER %created_by: Merck Hung % * * * * Copyright 2002-2011 NetApp Inc. All Rights Reserved. * * * * DESCRIPTION: * * * ****************************************************************************/ #define DEFAULT_BUFSIZE 8192 #define PORT_NUM 8010 #define FWD_CMD_SVR_NAME "fwdCmdSvr" #define FWD_CMD_NAME "fwdCmd" #define IP_STR_LEN_MIN 7 #define IP_STR_LEN 15 #define IP_STR_BUF (IP_STR_LEN + 1) #define TRUE 1 #define FALSE 0