Lines Matching refs:u8_t
537 /* limit the "backlog" parameter to fit in an u8_t */
540 err = netconn_listen_with_backlog(sock->conn, (u8_t)backlog);
567 u8_t done = 0;
648 pbuf_copy_partial(p, (u8_t*)mem + off, copylen, sock->lastoffset);
758 u8_t write_flags;
958 conn = netconn_new_with_proto_and_callback(NETCONN_RAW, (u8_t)protocol, event_callback);
1371 u8_t shut_rx = 0, shut_tx = 0;
1408 lwip_getaddrname(int s, struct sockaddr *name, socklen_t *namelen, u8_t local)
1542 if (*optlen < sizeof(u8_t)) {
1552 if (*optlen < sizeof(u8_t)) {
1772 *(u8_t*)optval = sock->conn->pcb.ip->ttl;
1783 *(u8_t*)optval = 1;
1785 *(u8_t*)optval = 0;
1945 if (optlen < sizeof(u8_t)) {
1961 if (optlen < sizeof(u8_t)) {
2152 sock->conn->pcb.ip->ttl = (u8_t)(*(int*)optval);
2157 sock->conn->pcb.ip->tos = (u8_t)(*(int*)optval);
2163 sock->conn->pcb.udp->ttl = (u8_t)(*(u8_t*)optval);
2169 if (*(u8_t*)optval) {
2284 u8_t val;