Lines Matching defs:buf
52 struct netbuf *buf;69 err = netconn_recv(conn, &buf);72 snmp_receive(conn, buf->p, &buf->addr, buf->port);75 if (buf != NULL) {76 netbuf_delete(buf);85 struct netbuf buf;87 memset(&buf, 0, sizeof(buf));88 buf.p = p;89 result = netconn_sendto((struct netconn *)handle, &buf, dst, port);