| /components/drivers/usb/cherryusb/class/adb/ |
| A D | usbd_adb.c | 86 packet->msg.data_crc32 = adb_packet_checksum(packet); in adb_send_msg() 87 packet->msg.magic = packet->msg.command ^ 0xffffffff; in adb_send_msg() 95 packet->msg.arg0 = localid; in adb_send_okay() 97 packet->msg.data_length = 0; in adb_send_okay() 105 packet->msg.arg0 = localid; in adb_send_close() 106 packet->msg.arg1 = remoteid; in adb_send_close() 107 packet->msg.data_length = 0; in adb_send_close() 290 struct adb_packet *packet; in usbd_abd_write() local 292 packet = &tx_packet; in usbd_abd_write() 299 packet->msg.data_crc32 = adb_packet_checksum(packet); in usbd_abd_write() [all …]
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | demand.c | 68 struct packet { struct 70 struct packet *next; argument 74 struct packet *pend_q; argument 75 struct packet *pend_qtail; 146 struct packet *pkt, *nextpkt; in demand_discard() 289 struct packet *pkt; 299 pkt = (struct packet *) malloc(sizeof(struct packet) + len); 322 struct packet *pkt, *prev, *nextpkt;
|
| A D | PPPD_FOLLOWUP | 115 2012-05-20 - pppd: Make MSCHAP-v2 cope better with packet loss 368 This fixes a bug introduced in 08ef47ca ("pppd: Make MSCHAP-v2 cope better with packet loss").
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | demand.c | 68 struct packet { struct 70 struct packet *next; argument 74 struct packet *pend_q; argument 75 struct packet *pend_qtail; 146 struct packet *pkt, *nextpkt; in demand_discard() 289 struct packet *pkt; 299 pkt = (struct packet *) malloc(sizeof(struct packet) + len); 322 struct packet *pkt, *prev, *nextpkt;
|
| A D | PPPD_FOLLOWUP | 115 2012-05-20 - pppd: Make MSCHAP-v2 cope better with packet loss 368 This fixes a bug introduced in 08ef47ca ("pppd: Make MSCHAP-v2 cope better with packet loss").
|
| /components/net/lwip/lwip-2.0.3/src/apps/mdns/ |
| A D | mdns.c | 1746 struct mdns_packet packet; in mdns_recv() local 1771 memset(&packet, 0, sizeof(packet)); in mdns_recv() 1772 SMEMCPY(&packet.source_addr, addr, sizeof(packet.source_addr)); in mdns_recv() 1773 packet.source_port = port; in mdns_recv() 1774 packet.netif = recv_netif; in mdns_recv() 1775 packet.pbuf = p; in mdns_recv() 1776 packet.parse_offset = offset; in mdns_recv() 1778 packet.questions = packet.questions_left = lwip_ntohs(hdr.numquestions); in mdns_recv() 1784 packet.recv_unicast = 1; in mdns_recv() 1791 packet.recv_unicast = 1; in mdns_recv() [all …]
|
| /components/net/lwip/lwip-2.1.2/src/apps/mdns/ |
| A D | mdns.c | 1856 struct mdns_packet packet; in mdns_recv() local 1881 memset(&packet, 0, sizeof(packet)); in mdns_recv() 1882 SMEMCPY(&packet.source_addr, addr, sizeof(packet.source_addr)); in mdns_recv() 1883 packet.source_port = port; in mdns_recv() 1884 packet.netif = recv_netif; in mdns_recv() 1885 packet.pbuf = p; in mdns_recv() 1886 packet.parse_offset = offset; in mdns_recv() 1888 packet.questions = packet.questions_left = lwip_ntohs(hdr.numquestions); in mdns_recv() 1895 packet.recv_unicast = 1; in mdns_recv() 1902 packet.recv_unicast = 1; in mdns_recv() [all …]
|
| /components/net/lwip/lwip-2.0.3/test/fuzz/ |
| A D | README | 32 packet will be discarded because of that. The other options can be tuned to
|
| /components/net/lwip/lwip-2.1.2/test/fuzz/ |
| A D | README | 35 packet will be discarded because of that. The other options can be tuned to
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 218 the last packet including FIN can lose data 240 * tcp_in.c: fixed bug #33952 PUSH flag in incoming packet is lost when packet 600 least 1 packet -> ARP_QUEUEING==0 now queues the most recent packet. 788 * netif.c: Fixed bug #28877 (Duplicate ARP gratuitous packet with 1131 extended info about the currently received packet. 1578 netifs on netif_list (speeds up packet receiving in most cases) 1584 a packet. 2383 echo response packet if the echo request pbuf isn't big enough. 2833 Do not try hard to insert arbitrary packet's source address, 2981 Occured if not enough PBUF_POOL pbufs for a packet pbuf chain. [all …]
|
| A D | README | 15 * IP (Internet Protocol) including packet forwarding over multiple network
|
| A D | UPGRADING | 120 off any more, if this is set to 0, only one packet (the most recent one) is
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 447 - Print packet debug feature optional, through PRINTPKT_SUPPORT 784 * tcp_impl.h, tcp_in.c: fixed bug #37969 SYN packet dropped as short packet in 1174 the last packet including FIN can lose data 1196 * tcp_in.c: fixed bug #33952 PUSH flag in incoming packet is lost when packet 1556 least 1 packet -> ARP_QUEUEING==0 now queues the most recent packet. 1744 * netif.c: Fixed bug #28877 (Duplicate ARP gratuitous packet with 2087 extended info about the currently received packet. 2540 a packet. 3789 Do not try hard to insert arbitrary packet's source address, 3937 Occured if not enough PBUF_POOL pbufs for a packet pbuf chain. [all …]
|
| A D | README | 16 * IP (Internet Protocol, IPv4 and IPv6) including packet forwarding over
|
| A D | UPGRADING | 25 ip_current_netif() to the desired netif for every packet. 219 off any more, if this is set to 0, only one packet (the most recent one) is
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 14 * netbiosns.c: fix expecting too large packet (bug #55069) 700 - Print packet debug feature optional, through PRINTPKT_SUPPORT 1037 * tcp_impl.h, tcp_in.c: fixed bug #37969 SYN packet dropped as short packet in 1427 the last packet including FIN can lose data 1449 * tcp_in.c: fixed bug #33952 PUSH flag in incoming packet is lost when packet 1809 least 1 packet -> ARP_QUEUEING==0 now queues the most recent packet. 1997 * netif.c: Fixed bug #28877 (Duplicate ARP gratuitous packet with 2340 extended info about the currently received packet. 2793 a packet. 4042 Do not try hard to insert arbitrary packet's source address, [all …]
|
| A D | README | 16 * IP (Internet Protocol, IPv4 and IPv6) including packet forwarding over
|
| A D | UPGRADING | 60 ip_current_netif() to the desired netif for every packet. 254 off any more, if this is set to 0, only one packet (the most recent one) is
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | snmp_agent.txt | 48 The packet decoding and encoding routines are designed
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | rawapi.txt | 98 Raw API applications may never block since all packet processing
|