Lines Matching refs:Udp6Read
87 Status = Private->Udp6Read->Configure ( in EfiPxeBcStart()
88 Private->Udp6Read, in EfiPxeBcStart()
253 Private->Udp6Read->Configure (Private->Udp6Read, NULL); in EfiPxeBcStart()
321 Private->Udp6Read->Groups (Private->Udp6Read, FALSE, NULL); in EfiPxeBcStop()
322 Private->Udp6Read->Configure (Private->Udp6Read, NULL); in EfiPxeBcStop()
450 Private->Udp6Read->Configure (Private->Udp6Read, NULL); in EfiPxeBcDhcp()
473 Private->Udp6Read->Configure (Private->Udp6Read, &Private->Udp6CfgData); in EfiPxeBcDhcp()
582 Private->Udp6Read->Configure (Private->Udp6Read, NULL); in EfiPxeBcDiscover()
750 Private->Udp6Read->Configure (Private->Udp6Read, &Private->Udp6CfgData); in EfiPxeBcDiscover()
891 Private->Udp6Read->Configure (Private->Udp6Read, NULL); in EfiPxeBcMtftp()
999 Private->Udp6Read->Configure (Private->Udp6Read, &Private->Udp6CfgData); in EfiPxeBcMtftp()
1359 Private->Udp6Read, in EfiPxeBcUdpRead()
1516 Private->Udp6Read->Cancel (Private->Udp6Read, &Udp6Token); in EfiPxeBcUdpRead()
1697 Private->Udp6Read->Configure (Private->Udp6Read, NULL); in EfiPxeBcSetIpFilter()
1703 Status = Private->Udp6Read->Configure (Private->Udp6Read, Udp6Cfg); in EfiPxeBcSetIpFilter()
1717 … Status = Private->Udp6Read->Groups (Private->Udp6Read, TRUE, &NewFilter->IpList[Index].v6); in EfiPxeBcSetIpFilter()