Home
last modified time | relevance | path

Searched refs:tcprb_ppeek (Results 1 – 5 of 5) sorted by relevance

/mOS-networking-stack/core/test/tcprb/
H A Dtest.c24 CALL(tcprb_ppeek(rb, rbuf, 2, 0)); in main()
49 CALL(tcprb_ppeek(rb, rbuf, 10, 2)); in main()
/mOS-networking-stack/core/src/include/
H A Dtcp_rb.h105 tcprb_ppeek(tcprb_t *rb, uint8_t *buf, int len, loff_t off);
/mOS-networking-stack/core/src/
H A Dmos_api.c293 rc = tcprb_ppeek(rcvbuf, (uint8_t *)buf, len, *poff); in mtcp_peek()
409 return tcprb_ppeek(rcvbuf, (uint8_t *)buf, count, off); in mtcp_ppeek()
H A Dapi.c1461 if ((copylen = tcprb_ppeek(rb, (uint8_t *)buf, len, rb->pile)) <= 0) { in PeekForUser()
1475 if ((copylen = tcprb_ppeek(rb, (uint8_t *)buf, len, rb->pile)) <= 0) { in CopyToUser()
H A Dtcp_rb.c605 tcprb_ppeek(tcprb_t *rb, uint8_t *buf, int len, loff_t off) in tcprb_ppeek() function