Lines Matching full:packets
60 /// The default IPv4 protocol packets to send and receive. Ignored
65 /// Set to TRUE to receive all IPv4 packets that get through the receive filters.
67 /// packets that get through the receive filters.
71 /// Set to TRUE to receive ICMP error report packets. Ignored when
76 /// Set to TRUE to receive broadcast IPv4 packets. Ignored when
78 /// Set to FALSE to stop receiving broadcast IPv4 packets.
82 /// Set to TRUE to receive all IPv4 packets that are sent to any
84 /// Set to FALSE to stop receiving all promiscuous IPv4 packets
100 /// TypeOfService field in transmitted IPv4 packets.
104 /// TimeToLive field in transmitted IPv4 packets.
108 /// State of the DoNotFragment bit in transmitted IPv4 packets.
112 /// Set to TRUE to send and receive unformatted packets. The other
119 /// packet. Zero means do not drop assembled packets.
125 /// packet. Zero means do not drop outgoing packets.
346 a group will enable reception of matching multicast packets. Leaving a group will
393 A GatewayAddress that is zero is a nonroute. Packets are sent to the destination
395 nonroute entry will be inserted into the routing table for outgoing packets that
441 Places outgoing data packets into the transmit queue.
552 Polls for incoming data packets and processes outgoing data packets.
554 The Poll() function polls for incoming data packets and processes outgoing data
555 packets. Network drivers and applications can call the EFI_IP4_PROTOCOL.Poll()
556 function to increase the rate that data packets are moved between the communications
560 device fast enough to transmit and/or receive all data packets without missing
561 incoming packets or dropping outgoing packets. Drivers and applications that are
586 /// used by drivers, daemons, and applications to transmit and receive network packets.