Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Dxdmcp.c1029 ARRAY8 authenticationName; in recv_willing_msg() local
1033 authenticationName.data = 0; in recv_willing_msg()
1036 if (XdmcpReadARRAY8(&buffer, &authenticationName) && in recv_willing_msg()
1039 if (length == 6 + authenticationName.length + in recv_willing_msg()
1043 XdmcpSelectHost(from, fromlen, &authenticationName); in recv_willing_msg()
1050 XdmcpAddHost(from, fromlen, &authenticationName, &hostname, in recv_willing_msg()
1058 XdmcpDisposeARRAY8(&authenticationName); in recv_willing_msg()