Home
last modified time | relevance | path

Searched refs:gIpAuthVars (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/utopia_adaption/utopia/
H A Dutopia_dev.c51 UTOPIA_AUTH_IPCHECK_ARG* gIpAuthVars = NULL; variable
304 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()