# include <stdio.h> # include <string.h> # include <stdbool.h> # define SIZE 32 // 判断掩码是否正确,正确为1,错误为0 int MaskJudgment(char* st, int len); // 返回 0 错误,1 A, 2 B 3 C 4 D 5 E 6 无效 7 私有 int IpsJudgment(char *st, int len); // 返回 0 错误,1 A, 2 B 3 C 4 D 5 E 6 无效 7 私有 int IpFris...