Lines Matching refs:u16_t
70 u16_t lastoffset;
76 u16_t sendevent;
78 u16_t errevent;
175 static void event_callback(struct netconn *conn, enum netconn_evt evt, u16_t len);
317 u16_t port;
409 u16_t local_port;
493 u16_t remote_port;
563 u16_t buflen, copylen;
566 u16_t port;
643 copylen = (u16_t)len;
795 u16_t short_size;
797 u16_t remote_port;
818 LWIP_ASSERT("lwip_sendto: size must fit in u16_t", size <= 0xffff);
819 short_size = (u16_t)size;
836 u16_t chksum = 0;
923 u16_t chksum = LWIP_CHKSUM_COPY(buf.p->payload, data, short_size);
1043 u16_t sendevent = 0;
1044 u16_t errevent = 0;
1247 event_callback(struct netconn *conn, enum netconn_evt evt, u16_t len)
2252 sock->conn->pcb.udp->chksum_len_tx = (u16_t)*(int*)optval;
2262 sock->conn->pcb.udp->chksum_len_rx = (u16_t)*(int*)optval;
2286 u16_t buflen = 0;
2306 *((u16_t*)argp) = (u16_t)recv_avail;
2317 *((u16_t*)argp) += buflen;
2320 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_ioctl(%d, FIONREAD, %p) = %"U16_F"\n", s, argp, *((u16_t*)argp)));