文件名称:获取网卡信息和shell命令程序重定向
文件大小:7KB
文件格式:C
更新时间:2017-06-02 07:48:49
网卡 shell mac ip net
void DispNetCardInfo(char *dev) int GetNetCard(void) int GetIpAddr(char *pIpBuf) typedef enum TTY_TYPE_ { TTY_TYPE_IN = 0, /**标准输入**/ TTY_TYPE_OUT, /**标准输出**/ TTY_TYPE_ERR, /**标准错误**/ }TTY_TYPE_E; FILE *net_popen(const char *cmdstring, const char *type, const TTY_TYPE_E e_TType) int net_pclose(FILE *fp) int net_get_shell_cmd_info(char *cmdstring, char *buf, int ilen) int net_get_shell_cmd_error_info(char *cmdstring, char *buf, int ilen) int net_shell_cmd_is_succ(char *cmdstring)