Searched refs:gIpAuthVars (Results 1 – 1 of 1) sorted by relevance
51 UTOPIA_AUTH_IPCHECK_ARG* gIpAuthVars = NULL; variable304 if(gIpAuthVars==NULL) in utopia_proc_ioctl()306 gIpAuthVars=malloc(sizeof(UTOPIA_AUTH_IPCHECK_ARG)); in utopia_proc_ioctl()308 memcpy(gIpAuthVars, &sIPCheckArg, sizeof(UTOPIA_AUTH_IPCHECK_ARG)); in utopia_proc_ioctl()332 if(gIpAuthVars==NULL) in MDrv_AUTH_IPCheck()337 rval=gIpAuthVars->u8IpControl[31-u8Bit/8] & (1<<(u8Bit%8)); in MDrv_AUTH_IPCheck()