Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Dxdmcp.c1498 struct multicastinfo *mcastinfo, *mcl; in get_mcast_options() local
1500 mcastinfo = malloc(sizeof(struct multicastinfo)); in get_mcast_options()
1501 mcastinfo->next = NULL; in get_mcast_options()
1502 mcastinfo->ai = firstai; in get_mcast_options()
1503 mcastinfo->hops = hopcount; in get_mcast_options()
1506 mcastlist = mcastinfo; in get_mcast_options()
1512 mcl->next = mcastinfo; in get_mcast_options()