⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pauthent.h

📁 socket5 代理服务代码 socket5 代理服务代码
💻 H
字号:
/* * Copyright (c) 1989, 1990, 1991 by the University of Washington * * For copying and distribution information, please see the file * <copyright.h>. */#include <copyright.h>#define PFSA_UNAUTHENTICATED		1struct pfs_auth_info {    char			auth_type[100];    char			authenticator[250];};typedef struct pfs_auth_info *PAUTH;typedef struct pfs_auth_info PAUTH_ST;PAUTH get_pauth();#ifndef IN_H# include <netinet/in.h># define IN_H#endifstruct client_info {    int				ainfo_type;    char			*auth_type;    char			*authenticator;    char			*userid;    short			port;    struct in_addr		haddr;    struct pfs_auth_info	*previous;    struct pfs_auth_info	*next;};typedef struct client_info *CINFO;typedef struct client_info CINFO_ST;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -