Lines Matching full:packets

4   UDP packets.
40 /// Set to 0::/128, if this instance is used to listen all packets from any
91 /// The EFI_UDP6_SESSION_DATA is used to retrieve the settings when receiving packets or
93 /// be overridden) of this EFI UDPv6 Protocol instance when sending packets.
98 /// sending packets.
103 /// not be used when sending packets.
120 /// Set to TRUE to accept UDP packets that are sent to any address.
124 /// Set to TRUE to accept UDP packets that are sent to any port.
133 /// TrafficClass field in transmitted IPv6 packets.
137 /// HopLimit field in transmitted IPv6 packets.
142 /// incoming packet. Zero means do not drop incoming packets.
147 /// outgoing packet. Zero means do not drop outgoing packets.
152 /// The EFI UDPv6 and EFI IPv6 Protocol drivers will only deliver incoming packets
166 /// UDP packets. Ignored it if AcceptAnyPort is TRUE.
172 /// RemoteAddress; i.e., outgoing packets of this EFI UDPv6 Protocol instance will be sent
173 /// to this address by default and only incoming packets from this address will be delivered
178 /// If it is not zero, outgoing packets of this EFI UDPv6 Protocol instance will be sent to
179 /// this port number by default and only incoming packets from this port will be delivered
213 /// packets, the CompletionToken.Packet.RxData field is updated to this incoming packet and
277 /// received. For example, packets are being sent too fast for the destination to receive them
406 Queues outgoing data packets into the transmit queue.
531 Polls for incoming data packets and processes outgoing data packets.
534 packets are moved between the communications device and the transmit and receive queues.
536 …communications device fast enough to transmit and/or receive all data packets without missing inco…
537packets or dropping outgoing packets. Drivers and applications that are experiencing packet loss s…
557 /// applications, or daemons to transmit or receive UDP packets. This protocol instance can either …