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

/xsrc/external/mit/xorg-server.old/dist/os/
H A Dxdmcp.c1597 int hopcount = 1; local in function:get_mcast_options
1606 hopcount = strtol(argv[i++], NULL, 10);
1607 if ((hopcount < 1) || (hopcount > 255)) {
1609 hopcount);
1641 mcastinfo->hops = hopcount;
/xsrc/external/mit/xorg-server/dist/os/
H A Dxdmcp.c1467 int hopcount = 1; local in function:get_mcast_options
1476 hopcount = strtol(argv[i++], NULL, 10);
1477 if ((hopcount < 1) || (hopcount > 255)) {
1479 hopcount);
1513 mcastinfo->hops = hopcount;

Completed in 12 milliseconds