Lines Matching refs:off
564 int off = 0;
585 if (off > 0) {
587 netconn_recved(sock->conn, (u32_t)off);
590 return off;
608 if (off > 0) {
610 netconn_recved(sock->conn, (u32_t)off);
613 return off;
635 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_recvfrom: buflen=%"U16_F" len=%"SZT_F" off=%d sock->lastoffset=%"U16_F"\n",
636 buflen, len, off, sock->lastoffset));
648 pbuf_copy_partial(p, (u8_t*)mem + off, copylen, sock->lastoffset);
650 off += copylen;
693 LWIP_DEBUGF(SOCKETS_DEBUG, (" port=%"U16_F" len=%d\n", port, off));
706 LWIP_DEBUGF(SOCKETS_DEBUG, (" port=%"U16_F" len=%d\n", port, off));
733 if (off > 0) {
735 netconn_recved(sock->conn, (u32_t)off);
738 return off;
1196 /* Take us off the list */
1345 lead to the select thread taking itself off the list, invalidagin the semaphore. */
1696 s, optname, (*(int*)optval?"on":"off")));
1804 s, (*(int*)optval)?"on":"off") );
2116 s, optname, (*(int*)optval?"on":"off")));
2212 s, (*(int *)optval)?"on":"off") );