Searched refs:mcl (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/os/
H A Dxdmcp.c1092 struct multicastinfo *mcl; local in function:send_query_msg
1095 for (mcl = mcastlist; mcl != NULL; mcl = mcl->next) {
1096 for (ai = mcl->ai ; ai != NULL; ai = ai->ai_next) {
1098 unsigned char hopflag = (unsigned char) mcl->hops;
1103 int hopflag6 = mcl->hops;
1636 struct multicastinfo *mcastinfo, *mcl; local in function:get_mcast_options
1646 for (mcl
[all...]
/xsrc/external/mit/xorg-server/dist/os/
H A Dxdmcp.c997 struct multicastinfo *mcl; local in function:send_query_msg
1000 for (mcl = mcastlist; mcl != NULL; mcl = mcl->next) {
1001 for (ai = mcl->ai; ai != NULL; ai = ai->ai_next) {
1003 unsigned char hopflag = (unsigned char) mcl->hops;
1010 int hopflag6 = mcl->hops;
1508 struct multicastinfo *mcastinfo, *mcl; local in function:get_mcast_options
1519 for (mcl
[all...]

Completed in 5 milliseconds