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

/xsrc/external/mit/xorg-server.old/dist/os/
H A Dxdmcp.c1636 struct multicastinfo *mcastinfo, *mcl; local in function:get_mcast_options
1638 mcastinfo = malloc(sizeof(struct multicastinfo));
1639 mcastinfo->next = NULL;
1640 mcastinfo->ai = firstai;
1641 mcastinfo->hops = hopcount;
1644 mcastlist = mcastinfo;
1649 mcl->next = mcastinfo;
/xsrc/external/mit/xorg-server/dist/os/
H A Dxdmcp.c1508 struct multicastinfo *mcastinfo, *mcl; local in function:get_mcast_options
1510 mcastinfo = malloc(sizeof(struct multicastinfo));
1511 mcastinfo->next = NULL;
1512 mcastinfo->ai = firstai;
1513 mcastinfo->hops = hopcount;
1516 mcastlist = mcastinfo;
1522 mcl->next = mcastinfo;

Completed in 5 milliseconds