Searched refs:dataptr (Results 1 - 10 of 10) sorted by relevance
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| H A D | netbuf.h | 98 const void *dataptr, u16_t size); 103 void **dataptr, u16_t *len); 108 #define netbuf_copy_partial(buf, dataptr, len, offset) \ 109 pbuf_copy_partial((buf)->p, (dataptr), (len), (offset)) 110 #define netbuf_copy(buf, dataptr, len) netbuf_copy_partial(buf, dataptr, len, 0) 111 #define netbuf_take(buf, dataptr, len) pbuf_take((buf)->p, dataptr, len)
|
| H A D | sockets.h | 1771 * @param[in] dataptr Specifies a buffer containing message to send. 1789 * - <b> [EINVAL] </b>: Invalid argument passed, e.g. dataptr is NULL, size is zero. 1829 ssize_t lwip_send(int s, const void *dataptr, size_t size, int flags); 1854 * - <b> [EINVAL] </b>: Invalid argument passed, e.g. dataptr is NULL, size is zero. 1906 * @param[in] dataptr Specifies a buffer containing the message to send. 1929 * - <b> [EINVAL] </b>: Invalid argument passed. For example, dataptr is NULL, size is zero. 1974 ssize_t lwip_sendto(int s, const void *dataptr, size_t size, int flags, 2024 * @param[in] dataptr Specifies a buffer containing the message to send. 2046 * - <b> [EINVAL] </b>: Invalid argument passed. For example, dataptr is NULL or size is zero. 2072 int lwip_write(int s, const void *dataptr, size_ [all...] |
| H A D | pbuf.h | 422 u16_t pbuf_copy_partial(const struct pbuf *p, void *dataptr, u16_t len, u16_t offset); 426 err_t pbuf_take(struct pbuf *buf, const void *dataptr, u16_t len); 432 * @param dataptr Indicates the application supplied data buffer. 434 * @param offset Indicates the offset in pbuf to copy dataptr to. 440 err_t pbuf_take_at(struct pbuf *buf, const void *dataptr, u16_t len, u16_t offset); 469 err_t pbuf_fill_chksum(struct pbuf *p, u16_t start_offset, const void *dataptr,
|
| H A D | api.h | 439 err_t netconn_write_partly(struct netconn *conn, const void *dataptr, size_t size, 442 #define netconn_write(conn, dataptr, size, apiflags) \ 443 netconn_write_partly(conn, dataptr, size, apiflags, NULL)
|
| H A D | inet_chksum.h | 106 u16_t inet_chksum(const void *dataptr, u16_t len);
|
| H A D | tcp.h | 787 err_t tcp_write (struct tcp_pcb *pcb, const void *dataptr, tcpwnd_size_t len,
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
| H A D | hi_net_api.h | 821 int send(int s, const void *dataptr, size_t size, int flags);
850 int sendto(int s, const void *dataptr, size_t size, int flags,
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/ |
| H A D | api_msg.h | 142 const void *dataptr; member
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | dhd_wlfc.h | 132 uint8 *dataptr; /* Aligned pointer into databuf */ member
|
| H A D | dhd_sdio.c | 5512 } else if (bus->dataptr) { in dhdsdio_rxglom() 5515 F2SYNC, bus->dataptr, in dhdsdio_rxglom() 5517 sublen = (uint16)pktfrombuf(osh, pfirst, 0, dlen, bus->dataptr); in dhdsdio_rxglom() 8473 bus->dataptr = bus->databuf + (DHD_SDALIGN - ((uintptr)bus->databuf % DHD_SDALIGN)); in dhdsdio_probe_malloc() 8475 bus->dataptr = bus->databuf; in dhdsdio_probe_malloc()
|
Completed in 30 milliseconds