Searched refs:UTOPIA_AUTH_IPCHECK_ARG (Results 1 – 4 of 4) sorted by relevance
51 UTOPIA_AUTH_IPCHECK_ARG* gIpAuthVars = NULL;203 UTOPIA_AUTH_IPCHECK_ARG sIPCheckArg; in utopia_proc_ioctl()303 copy_from_user(&sIPCheckArg,arg,sizeof(UTOPIA_AUTH_IPCHECK_ARG)); 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()
1097 UTOPIA_AUTH_IPCHECK_ARG* sIPCheckArg; in UtopiaSetIPAUTH()1107 sIPCheckArg=malloc(sizeof(UTOPIA_AUTH_IPCHECK_ARG)); in UtopiaSetIPAUTH()1114 memcpy(sIPCheckArg,IpControl,sizeof(UTOPIA_AUTH_IPCHECK_ARG)); in UtopiaSetIPAUTH()
122 #define UTOPIA_IOCTL_AUTH_SetIPCheck _IOWR(UTOPIA_IOC_MAGIC, 6, UTOPIA_AUTH_IPCHECK_ARG)
31 typedef struct _UTOPIA_AUTH_IPCHECK_ARG UTOPIA_AUTH_IPCHECK_ARG; typedef