| /components/net/lwip/lwip-2.0.3/src/ |
| A D | FILES | 2 you use the lowel-level call-back/raw API. 5 with the lwIP low-level raw API. 8 memory and buffer management, and the low-level raw API.
|
| /components/net/lwip/lwip-2.1.2/src/ |
| A D | FILES | 2 you use the lowel-level call-back/raw API. 5 with the lwIP low-level raw API. 8 memory and buffer management, and the low-level raw API.
|
| /components/net/lwip/lwip-1.4.1/src/ |
| A D | FILES | 2 you use the lowel-level call-back/raw API. 5 memory and buffer management, and the low-level raw API.
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/apps/ |
| A D | snmp_opts.h | 79 #error SNMP stack can use only one of the APIs {raw, netconn} 83 #error SNMP stack needs a receive API and UDP {raw, netconn}
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/apps/ |
| A D | snmp_opts.h | 79 #error SNMP stack can use only one of the APIs {raw, netconn} 83 #error SNMP stack needs a receive API and UDP {raw, netconn}
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | snmp_asn1.h | 82 err_t snmp_asn1_dec_raw(struct pbuf *p, u16_t ofs, u16_t len, u16_t raw_len, u8_t *raw); 93 err_t snmp_asn1_enc_raw(struct pbuf *p, u16_t ofs, u16_t raw_len, u8_t *raw);
|
| /components/net/lwip/lwip-1.4.1/src/core/snmp/ |
| A D | asn1_enc.c | 562 snmp_asn1_enc_raw(struct pbuf *p, u16_t ofs, u16_t raw_len, u8_t *raw) in snmp_asn1_enc_raw() argument 581 *msg_ptr = *raw; in snmp_asn1_enc_raw() 582 raw++; in snmp_asn1_enc_raw() 601 *msg_ptr = *raw; in snmp_asn1_enc_raw()
|
| A D | asn1_dec.c | 596 snmp_asn1_dec_raw(struct pbuf *p, u16_t ofs, u16_t len, u16_t raw_len, u8_t *raw) in snmp_asn1_dec_raw() argument 618 *raw = *msg_ptr; in snmp_asn1_dec_raw() 619 raw++; in snmp_asn1_dec_raw() 636 *raw = *msg_ptr; in snmp_asn1_dec_raw()
|
| /components/drivers/scsi/ |
| A D | scsi_cdrom.c | 28 #define raw_to_scsi_cdrom(raw) rt_container_of(raw, struct scsi_cdrom, parent) argument
|
| A D | scsi_sd.c | 31 #define raw_to_scsi_sd(raw) rt_container_of(raw, struct scsi_sd, parent) argument
|
| /components/drivers/regulator/ |
| A D | regulator-fixed.c | 22 #define raw_to_regulator_fixed(raw) rt_container_of(raw, struct regulator_fixed, parent) argument
|
| A D | regulator-gpio.c | 47 #define raw_to_regulator_gpio(raw) rt_container_of(raw, struct regulator_gpio, parent) argument
|
| /components/drivers/ata/ |
| A D | ahci-pci.c | 32 #define raw_to_pci_ahci_host(raw) rt_container_of(raw, struct pci_ahci_host, parent) argument
|
| /components/drivers/led/ |
| A D | led-gpio.c | 26 #define raw_to_gpio_led(raw) rt_container_of(raw, struct gpio_led, parent) argument
|
| /components/drivers/reset/ |
| A D | reset-simple.c | 20 #define raw_to_reset_simple(raw) rt_container_of(raw, struct reset_simple, parent) argument
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | rawapi.txt | 7 * low-level "core" / "callback" or "raw" API. 11 The raw API (sometimes called native API) is an event-driven API designed 37 environment, raw API functions MUST only be called from the core thread 38 since raw API functions are not protected from concurrent access (aside 72 ** The remainder of this document discusses the "raw" API. ** 74 The raw TCP/IP interface allows the application program to integrate 82 The raw TCP/IP interface is not only faster in terms of code execution 85 the raw TCP/IP interface are more difficult to understand. Still, this 91 program using the raw TCP/IP interface. 93 Do not confuse the lwIP raw API with raw Ethernet or IP sockets. [all …]
|
| /components/drivers/watchdog/ |
| A D | watchdog-i6300esb.c | 62 #define raw_to_i6300esb_wdt(raw) rt_container_of(raw, struct i6300esb_wdt, parent) argument
|
| /components/net/lwip/lwip-2.0.3/src/api/ |
| A D | api_msg.c | 569 msg->conn->pcb.raw = raw_new_ip_type(iptype, msg->msg.n.proto); 570 if (msg->conn->pcb.raw != NULL) { 574 msg->conn->pcb.raw->chksum_reqd = 1; 575 msg->conn->pcb.raw->chksum_offset = 2; 578 raw_recv(msg->conn->pcb.raw, recv_raw, msg->conn); 1065 raw_remove(msg->conn->pcb.raw); 1133 msg->err = raw_bind(msg->conn->pcb.raw, API_EXPR_REF(msg->msg.bc.ipaddr)); 1223 msg->err = raw_connect(msg->conn->pcb.raw, API_EXPR_REF(msg->msg.bc.ipaddr)); 1404 msg->err = raw_send(msg->conn->pcb.raw, msg->msg.b->p); 1406 msg->err = raw_sendto(msg->conn->pcb.raw, msg->msg.b->p, &msg->msg.b->addr); [all …]
|
| /components/net/lwip/lwip-2.1.2/src/api/ |
| A D | api_msg.c | 626 msg->conn->pcb.raw = raw_new_ip_type(iptype, msg->msg.n.proto); 627 if (msg->conn->pcb.raw != NULL) { 631 msg->conn->pcb.raw->chksum_reqd = 1; 632 msg->conn->pcb.raw->chksum_offset = 2; 635 raw_recv(msg->conn->pcb.raw, recv_raw, msg->conn); 1161 raw_remove(msg->conn->pcb.raw); 1225 err = raw_bind(msg->conn->pcb.raw, API_EXPR_REF(msg->msg.bc.ipaddr)); 1269 raw_bind_netif(msg->conn->pcb.raw, netif); 1362 err = raw_connect(msg->conn->pcb.raw, API_EXPR_REF(msg->msg.bc.ipaddr)); 1543 err = raw_send(msg->conn->pcb.raw, msg->msg.b->p); [all …]
|
| /components/drivers/mailbox/ |
| A D | mailbox-pic.c | 61 #define raw_to_pic_mbox(raw) rt_container_of(raw, struct pic_mbox, parent) argument
|
| /components/drivers/thermal/ |
| A D | thermal-cool-pwm-fan.c | 36 #define raw_to_pwm_fan_cool(raw) rt_container_of(raw, struct pwm_fan_cool, parent) argument
|
| /components/net/lwip/lwip-1.4.1/src/api/ |
| A D | api_msg.c | 498 msg->conn->pcb.raw = raw_new(msg->msg.n.proto); 499 if(msg->conn->pcb.raw == NULL) { 503 raw_recv(msg->conn->pcb.raw, recv_raw, msg->conn); 852 raw_remove(msg->conn->pcb.raw); 908 msg->err = raw_bind(msg->conn->pcb.raw, msg->msg.bc.ipaddr); 993 msg->err = raw_connect(msg->conn->pcb.raw, msg->msg.bc.ipaddr); 1131 msg->err = raw_send(msg->conn->pcb.raw, msg->msg.b->p); 1133 msg->err = raw_sendto(msg->conn->pcb.raw, msg->msg.b->p, &msg->msg.b->addr); 1410 *(msg->msg.ad.port) = msg->conn->pcb.raw->protocol;
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | rawapi.txt | 7 * low-level "core" / "callback" or "raw" API. 30 (also known as the "tcpip_thread"). The raw API may only be used from 57 ** The remainder of this document discusses the "raw" API. ** 59 The raw TCP/IP interface allows the application program to integrate 67 The raw TCP/IP interface is not only faster in terms of code execution 70 the raw TCP/IP interface are more difficult to understand. Still, this 76 program using the raw TCP/IP interface. 370 We can give you some idea on how to proceed when using the raw API. 496 To achieve zero-copy on transmit, the data passed to the raw API must 501 This implies that PBUF_RAM/PBUF_POOL pbufs passed to raw-API send functions
|
| /components/drivers/pic/ |
| A D | pic-gicv2m.c | 68 #define raw_to_gicv2m(raw) rt_container_of(raw, struct gicv2m, parent) argument
|
| /components/net/lwip/lwip-2.0.3/src/apps/snmp/ |
| A D | snmp_asn1.h | 100 err_t snmp_asn1_enc_raw(struct snmp_pbuf_stream* pbuf_stream, const u8_t *raw, u16_t raw_len);
|